summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorMhykol <mchaeldonald62@pm.me>2025-04-08 07:31:19 -0400
committerMhykol <mchaeldonald62@pm.me>2025-04-08 07:31:19 -0400
commitf11590ec492d5ce9ab859addcabb96411b3b16da (patch)
treebca20ca10472ffc9cd37a5220820a1f7a56b7ed8 /app.js
parenta4da1bad7ee1ee568fa5d523ff36572cb9c3e99b (diff)
Fixex path handling
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 2f8e4a3..e28e8bd 100644
--- a/app.js
+++ b/app.js
@@ -72,7 +72,7 @@ class App {
next()
})
- app.route('*')
+ app.route(/(.*)/)
.get(this.#ValidateCookie, this.#Logger, (req, res) => {
this.controller.Main().then(output => {
this.path = {