diff options
Diffstat (limited to 'api/src/middlewares/Authentication.ts')
-rw-r--r-- | api/src/middlewares/Authentication.ts | 1 |
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); |