summary refs log tree commit diff
path: root/api/src/routes/template.ts.disabled
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-16 20:49:07 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-16 20:49:07 +0200
commitd2d7dd0561e9ccfbf68caccafffa114a45b29fc0 (patch)
treecdfd1b028348ecadd53b4d3b1a77c5f117e446aa /api/src/routes/template.ts.disabled
parentMerge branch 'master' of https://github.com/fosscord/fosscord-api (diff)
downloadserver-d2d7dd0561e9ccfbf68caccafffa114a45b29fc0.tar.xz
Revert ":construction: webhook"
This reverts commit df2b83ac158be1e7233d8edce59033c15c193599.
Diffstat (limited to '')
-rw-r--r--api/src/routes/template.ts.disabled2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/routes/template.ts.disabled b/api/src/routes/template.ts.disabled

index 524e981b..ad785f10 100644 --- a/api/src/routes/template.ts.disabled +++ b/api/src/routes/template.ts.disabled
@@ -4,7 +4,7 @@ import { Router, Request, Response } from "express"; const router = Router(); router.get("/", async (req: Request, res: Response) => { - res.json({}); + res.send({}); }); export default router;