diff options
author | Umimaso <git@umimaso.com> | 2021-06-19 15:49:49 +0100 |
---|---|---|
committer | Umimaso <git@umimaso.com> | 2021-06-19 15:49:49 +0100 |
commit | 4c0c09c8bc800a9f16e16c00804f0e9074cdf15d (patch) | |
tree | 1cdc6368935d0359fa30e9377a1aeb96b5431de4 /src | |
parent | feat: add widget endpoints (diff) | |
download | server-4c0c09c8bc800a9f16e16c00804f0e9074cdf15d.tar.xz |
feat: add routing for unversioned api requests
Create new route for /api which can handle routing of unversioned requests. Update regex for NO_AUTHORIZATION_ROUTES to support unversioned requests.
Diffstat (limited to 'src')
-rw-r--r-- | src/Server.ts | 1 | ||||
-rw-r--r-- | src/middlewares/Authentication.ts | 10 |
2 files changed, 6 insertions, 5 deletions
diff --git a/src/Server.ts b/src/Server.ts |