Skip to content

Commit 58de6de

Browse files
committed
changed Readme file
1 parent 19eecf1 commit 58de6de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,14 @@ angular2-MEAN
120120

121121
## Api Document (from MongoDB)
122122

123+
```
123124
1. getAll http://localhost:3000/api/heroes <= get all heroes
124125
1. getById http://localhost:3000/api/heroes/:id <= get hero by Id
125126
2. post http://localhost:3000/api/heroes <= create hero
126127
2. put http://localhost:3000/api/heroes/:id <= update hero
127128
2. delete http://localhost:3000/api/heroes/:id <= delete hero
128129
130+
```
129131
## Dependencies
130132

131133
1. Angular 2

0 commit comments

Comments
 (0)