From cf00c4787df7738c88bf40eb59bb57d62ecd695c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 16 Aug 2021 17:42:17 +0200 Subject: :sparkles: delete finished todos --- api/src/middlewares/Authentication.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'api/src/middlewares/Authentication.ts') 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); -- cgit 1.5.1