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