summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = {