Skip to content

Commit 83219c6

Browse files
committed
change for commit
1 parent 11ff669 commit 83219c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ app.use("/upload", uploadRoute);
1212

1313
app.get("/", (req: Request, res: Response) => {
1414
return res.status(200).json({
15-
message: "Bem Vindo ao CookNow server!",
15+
message: "Bem Vindo ao CookNow!",
1616
});
1717
});
1818

0 commit comments

Comments
 (0)