From 2ce3fbc6525cd8c1ddd060c54f833c5b6a2623c7 Mon Sep 17 00:00:00 2001 From: developomp Date: Wed, 20 Oct 2021 09:13:22 +0900 Subject: prettier formatted /api --- api/src/routes/oauth2/tokens.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/src/routes/oauth2') diff --git a/api/src/routes/oauth2/tokens.ts b/api/src/routes/oauth2/tokens.ts index 3657176d..bd284221 100644 --- a/api/src/routes/oauth2/tokens.ts +++ b/api/src/routes/oauth2/tokens.ts @@ -2,8 +2,8 @@ import { Router, Request, Response } from "express"; import { route } from "@fosscord/api"; const router = Router(); -router.get("/",route({}), async (req: Request, res: Response) => { - //TODO +router.get("/", route({}), async (req: Request, res: Response) => { + //TODO res.json([]); }); -- cgit 1.5.1