Skip to content

Commit b1a9a88

Browse files
committed
more small modifications for ease of use
1 parent f6e8afe commit b1a9a88

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ JSON CMS
2323
- if you want to rebuild the database `node server.js rebuild`
2424
- if you want to run the server normally it is `node server.js` or `npm start`
2525
4. After running go to this address:
26-
27-
http://locahost:7890/
26+
- `http://localhost:7890/page` is my proof of concept currently
27+
- `http://localhost:7890/api/pages/1/comments`
28+
- `http://localhost:7890/api/pages/1/blocks`
2829

2930
### To contribute:
3031

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"dependencies": {
99
"express": "3.0.2",
1010
"sequelize":"1.4.1",
11-
"password-hash":"1.2.1",
11+
"password-hash":"1.2.1"
1212
}
1313
}

0 commit comments

Comments
 (0)