Skip to content

Commit

Permalink
[TEST] cd 잘 되는지
Browse files Browse the repository at this point in the history
  • Loading branch information
leGit-y committed Nov 17, 2023
1 parent b3032ad commit fd45d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
});
});

Expand Down

0 comments on commit fd45d2d

Please sign in to comment.