...
|
...
|
@@ -2,20 +2,20 @@ version: v1 |
|
|
kind: HttpApi
|
|
|
metadata:
|
|
|
service: userBase
|
|
|
path: /user-base
|
|
|
path: /userbase
|
|
|
endpoints:
|
|
|
- method: createUsersBase
|
|
|
- method: createUserBase
|
|
|
route:
|
|
|
post: /
|
|
|
- method: updateUsersBase
|
|
|
- method: updateUserBase
|
|
|
route:
|
|
|
put: /{userBaseId}
|
|
|
- method: getUsersBase
|
|
|
- method: getUserBase
|
|
|
route:
|
|
|
get: /{userBaseId}
|
|
|
- method: removeUsersBase
|
|
|
- method: removeUserBase
|
|
|
route:
|
|
|
delete: /{userBaseId}
|
|
|
- method: listUsersBase
|
|
|
- method: listUserBase
|
|
|
route:
|
|
|
post: /search |
...
|
...
|
|