Skip to content

frontend routes

yangc95 edited this page Mar 17, 2021 · 5 revisions

Frontend Routes

  • /
    • Splash
  • /login
    • SessionForm
  • /signup
    • SessionForm
  • /feed
    • PinIndex
      • PinIndexForm
      • PinIndexItem
        • PinIndexItemDetail
  • /users/:userId
    • Profile Component
    • BoardIndex
      • BoardIndexItem
  • /pins/new
    • PinForm
  • /pins/:pinId
    • PinShow
  • /boards/new
    • BoardForm
  • /boards/:boardId
    • BoardShow
Clone this wiki locally