-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend Routes #5
Comments
This was referenced Jan 31, 2021
Closed
This was referenced Feb 1, 2021
Closed
Closed
Alaalser
added a commit
that referenced
this issue
Feb 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Routes
/kindergarten
GET
/kindergarten
POST
/kindergarten/:id
GET
/kindergarten/:id/comments
GET
/kindergarten/:id/comments
POST
/signup
POST
/login
POST
/logout
GET
/search?q&location&minPrice&maxPrice&rating
GET
Admin Routes
/login
POST
/logout
GET
/kindergarten
GET
/kindergarten/:id
PUT
/kindergarten/:id
DELETE
/users
GET
/users/:userId
GET
/users/:userId
PUT
/comments/:commentId
DELETE
The text was updated successfully, but these errors were encountered: