feature: Adds plan for API routes.
This commit is contained in:
parent
0db9e69b1b
commit
59b012c715
1 changed files with 14 additions and 13 deletions
|
@ -1,14 +1,15 @@
|
|||
# Route Plan
|
||||
- /api/v1/users/create
|
||||
- /api/v1/users/login
|
||||
- /api/v1/users/remove
|
||||
- /api/v1/users/search
|
||||
- /api/v1/backends/create
|
||||
- /api/v1/backends/remove
|
||||
- /api/v1/backends/modify
|
||||
- /api/v1/backends/search
|
||||
- /api/v1/routes/create
|
||||
- /api/v1/routes/remove
|
||||
- /api/v1/routes/modify
|
||||
- /api/v1/routes/search
|
||||
- /api/v1/getPermissions
|
||||
- [x] /api/v1/users/create
|
||||
- [x] /api/v1/users/login
|
||||
- [x] /api/v1/users/remove
|
||||
- [ ] /api/v1/users/modify
|
||||
- [ ] /api/v1/users/search
|
||||
- [x] /api/v1/backends/create
|
||||
- [ ] /api/v1/backends/remove
|
||||
- [ ] /api/v1/backends/modify
|
||||
- [ ] /api/v1/backends/search
|
||||
- [x] /api/v1/routes/create
|
||||
- [ ] /api/v1/routes/remove
|
||||
- [ ] /api/v1/routes/modify
|
||||
- [ ] /api/v1/routes/search
|
||||
- [x] /api/v1/getPermissions
|
Loading…
Add table
Add a link
Reference in a new issue