Skip to content

Commit 2ad0499

Browse files
committed
final commit
1 parent 4fd02e4 commit 2ad0499

File tree

5 files changed

+0
-131
lines changed

5 files changed

+0
-131
lines changed

.DS_Store

0 Bytes
Binary file not shown.
-102 KB
Binary file not shown.
-122 KB
Binary file not shown.

docs/README.md

Lines changed: 0 additions & 130 deletions
This file was deleted.

server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ app.get('/api/notes', (req, res) =>
3636
res.sendFile(path.join(__dirname, '/db/db.json'))
3737
);
3838

39-
4039
// POST request to add a note
4140
app.post('/api/notes', (req, res) =>
4241
{

0 commit comments

Comments
 (0)