Skip to content

Commit fe6e056

Browse files
committed
Added home route HTML response
1 parent 67404c1 commit fe6e056

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let PORT = process.env.PORT || 3000;
66

77
// Home route
88
app.get("/", (req, res) => {
9-
res.send("..HELLO I AM RUNNING..");
9+
res.send("<h1>This is an API without a DATABASE, Please see <a href= \"https://www.github.com/code-reaper08/NAPI\">here</a> for more deatails of the routes to request</h1>");
1010
});
1111

1212
// get data with name

0 commit comments

Comments
 (0)