Skip to content

Commit

Permalink
fix zuiidea#926 createUser api in services
Browse files Browse the repository at this point in the history
  • Loading branch information
superlbr committed Dec 11, 2018
1 parent 358134f commit 94c8e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
queryUser: '/user/:id',
queryUserList: '/users',
updateUser: 'Patch /user/:id',
createUser: 'POST /user/:id',
createUser: 'POST /user',
removeUser: 'DELETE /user/:id',
removeUserList: 'POST /users/delete',

Expand Down

0 comments on commit 94c8e21

Please sign in to comment.