diff options
| author | Mhykol <mchaeldonald62@pm.me> | 2025-04-08 07:31:19 -0400 |
|---|---|---|
| committer | Mhykol <mchaeldonald62@pm.me> | 2025-04-08 07:31:19 -0400 |
| commit | f11590ec492d5ce9ab859addcabb96411b3b16da (patch) | |
| tree | bca20ca10472ffc9cd37a5220820a1f7a56b7ed8 /app.js | |
| parent | a4da1bad7ee1ee568fa5d523ff36572cb9c3e99b (diff) | |
Fixex path handling
Diffstat (limited to 'app.js')
| -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 = { |
