diff --git a/core/file_area_web.js b/core/file_area_web.js index 3f1b60ac..fc2ae61b 100644 --- a/core/file_area_web.js +++ b/core/file_area_web.js @@ -48,7 +48,7 @@ class FileAreaWebAccess { const routeAdded = self.webServer.instance.addRoute({ method : 'GET', - path : '/f/[a-zA-Z0-9]+$', // :TODO: allow this to be configurable + path : Config.fileBase.web.routePath, handler : self.routeWebRequestForFile.bind(self), });