diff options
| -rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |
