From f11590ec492d5ce9ab859addcabb96411b3b16da Mon Sep 17 00:00:00 2001 From: Mhykol Date: Tue, 8 Apr 2025 07:31:19 -0400 Subject: Fixex path handling --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.js') 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 = { -- cgit v1.2.3-70-g09d2