Skip to content

Commit 8607e2c

Browse files
committed
Added prettier to code
1 parent 69f7e6d commit 8607e2c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

index.js

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

77
// Home route
88
app.get("/", (req, res) => {
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>");
9+
res.send(
10+
'<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>'
11+
);
1012
});
1113

1214
// get data with name

0 commit comments

Comments
 (0)