-
Notifications
You must be signed in to change notification settings - Fork 0
Backend Routes
Joshua C. Sadsad edited this page Feb 8, 2021
·
2 revisions
GET /StaticPagesController#root
-
POST /api/users- Sign up
-
POST /api/session- Log in -
DELETE /api/session- Log out
-
GET /api/businesses- Returns businesses -
GET /api/businesses/:id- Returns a business info
-
POST /api/reviews- Creates a review -
PATCH /api/reviews/:id- Update a review -
DELETE /api/reviews/:id- Deletes a review
Made with ♥ by J.S.