Skip to content

Commit

Permalink
feat: add api config
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammad-haji committed Aug 15, 2018
1 parent 6c668c2 commit f42f912
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/assets/config/api/api-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"users": {
"getAll": {
"url": "/user",
"method": "GET"
},
"create": {
"url": "/user",
"method": "POST"
},
"getById": {
"url": "/user/:id",
"method": "GET"
}
}
}

0 comments on commit f42f912

Please sign in to comment.