summary refs log tree commit diff
path: root/api/src/routes/applications/detectable.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-02-18 10:47:18 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-02-18 10:47:18 +1100
commit688b33960b2943265a3bee64e34f6626eec6f1ea (patch)
tree534de0392eecb287bea87fe46f1dd5c993a9655b /api/src/routes/applications/detectable.ts
parentadded a absolutely terrible background image and name text to login/register ... (diff)
parentMerge pull request #608 from Featyre/master (diff)
downloadserver-688b33960b2943265a3bee64e34f6626eec6f1ea.tar.xz
Merge branch 'master' into slowcord
Diffstat (limited to '')
-rw-r--r--api/src/routes/applications/detectable.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/routes/applications/detectable.ts b/api/src/routes/applications/detectable.ts

index 411e95bf..28ce42da 100644 --- a/api/src/routes/applications/detectable.ts +++ b/api/src/routes/applications/detectable.ts
@@ -5,7 +5,7 @@ const router: Router = Router(); router.get("/", route({}), async (req: Request, res: Response) => { //TODO - res.json([]).status(200); + res.send([]).status(200); }); export default router;