Skip to content

Commit dd9c91b

Browse files
author
ophicial-pauloski
committed
added update
1 parent 219be5e commit dd9c91b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ app.use("/api/doctor", doctor_router);
2828
// });
2929
// }
3030

31+
app.get("/", (req, res) => {
32+
res.send("Hello World");
33+
})
34+
3135
app.listen(PORT, () => console.log("server running on port " + PORT));

0 commit comments

Comments
 (0)