We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72f18b commit d020aacCopy full SHA for d020aac
1 file changed
server/app.js
@@ -25,6 +25,8 @@ app.use("/api/health", (_, res) => {
25
res.status(200).send("Healthy");
26
});
27
28
+console.log("Some like");
29
+
30
app.use(errorMiddleware);
31
32
const bootstrap = async () => {
0 commit comments