summary refs log tree commit diff
path: root/api/src/routes/template.ts.disabled
diff options
context:
space:
mode:
Diffstat (limited to 'api/src/routes/template.ts.disabled')
-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 ad785f10..524e981b 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.send({});
+	res.json({});
 });
 
 export default router;