Skip to content

Commit 208c78f

Browse files
committed
♻️ Change /users to /user
1 parent bab808d commit 208c78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/user.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import api from '../config/api'
22

33
const save = async user => {
44
try {
5-
const res = await api.post('/users', user)
5+
const res = await api.post('/user', user)
66

77
return res
88
} catch (error) {

0 commit comments

Comments
 (0)