summary refs log tree commit diff
path: root/api/src/middlewares/Authentication.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-16 17:42:17 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-16 17:42:17 +0200
commitcf00c4787df7738c88bf40eb59bb57d62ecd695c (patch)
treefc3887baa3d8e0dda1b980375f70a1755cf409c3 /api/src/middlewares/Authentication.ts
parent:bug: fix release caxa start command (diff)
downloadserver-cf00c4787df7738c88bf40eb59bb57d62ecd695c.tar.xz
:sparkles: delete finished todos
Diffstat (limited to '')
-rw-r--r--api/src/middlewares/Authentication.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/src/middlewares/Authentication.ts b/api/src/middlewares/Authentication.ts

index 42bb5374..06eeab39 100644 --- a/api/src/middlewares/Authentication.ts +++ b/api/src/middlewares/Authentication.ts
@@ -24,7 +24,6 @@ declare global { } } } -// TODO wenn client offen ist, wird http://localhost:8080/api/v9/users/@me/guild-events blockiert? export async function Authentication(req: Request, res: Response, next: NextFunction) { if (req.method === "OPTIONS") return res.sendStatus(204);