Skip to content

Frontend Routes

Moiz Ahmad edited this page Oct 7, 2021 · 1 revision

Home / Splash

GET /

Routes user to the splash page | homepage

Users:

GET /profile

Routes user to their profile

GET /users/:userId

Routes user to their profile

Recipes:

GET /recipes/:recipeId

Routes to a specific recipe page

Clone this wiki locally