diff --git a/src/app.ts b/src/app.ts index 3b3cafc..35e9b39 100644 --- a/src/app.ts +++ b/src/app.ts @@ -17,7 +17,7 @@ class App { app.get("/health", (req: Request, res: Response, next: NextFunction) => { res.status(200).json({ status: 200, - message: "===TESTING-KAERA-DEVELOP-SERVER=== Healthy." + message: "===TESTING-KAERA-SERVER=== Healthy." }); });