From a99102808f4d9bd223888ef1af2fc22667d3b737 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sat, 30 Apr 2022 14:03:37 +0100 Subject: [PATCH] Last Sync: 2022-04-30 14:03:37 --- .../Structuring applications.md => .logs/fnames_log.txt | 0 .../NodeJS/Create_RESTful_API_with_Express.md | 4 +--- .../NodeJS/Structuring Express applications.md | 0 3 files changed, 1 insertion(+), 3 deletions(-) rename Programming_Languages/NodeJS/Structuring applications.md => .logs/fnames_log.txt (100%) create mode 100644 Programming_Languages/NodeJS/Structuring Express applications.md diff --git a/Programming_Languages/NodeJS/Structuring applications.md b/.logs/fnames_log.txt similarity index 100% rename from Programming_Languages/NodeJS/Structuring applications.md rename to .logs/fnames_log.txt diff --git a/Programming_Languages/NodeJS/Create_RESTful_API_with_Express.md b/Programming_Languages/NodeJS/Create_RESTful_API_with_Express.md index 62bb53d..157ab48 100644 --- a/Programming_Languages/NodeJS/Create_RESTful_API_with_Express.md +++ b/Programming_Languages/NodeJS/Create_RESTful_API_with_Express.md @@ -129,9 +129,8 @@ app.get("/api/posts/:year/:month", (req, res) => { We would get the following back: ````json - { - sortBy: "name" + "sortBy": "name" } ```` @@ -210,5 +209,4 @@ app.delete("/api/course/:id", (req, res) => { res.send(course); }); - ```` diff --git a/Programming_Languages/NodeJS/Structuring Express applications.md b/Programming_Languages/NodeJS/Structuring Express applications.md new file mode 100644 index 0000000..e69de29