From bc85d6ff86ab2b1ee6b010a392362bda03961376 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 15 Oct 2021 00:03:35 +0200 Subject: :art: reformat --- api/src/Server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/src/Server.ts') diff --git a/api/src/Server.ts b/api/src/Server.ts index 1f11a295..a6887fd4 100644 --- a/api/src/Server.ts +++ b/api/src/Server.ts @@ -78,7 +78,7 @@ export class FosscordServer extends Server { api.use("*", (error: any, req: Request, res: Response, next: NextFunction) => { if (error) return next(error); res.status(404).json({ - message: "404: Not Found", + message: "404 endpoint not found", code: 0 }); next(); -- cgit 1.5.1