Skip to content

Backend Routes

Jacob Prall edited this page Sep 22, 2020 · 2 revisions
  • Backend Routes
    • User Routes
      • POST api/users/register
        • register
      • POST api/users/login
        • log in
      • GET api/users/current
        • get current user
    • Game Routes
      • POST api/games/new
        • create new game
      • PATCH api/games/:gameId
        • update game
      • GET api/games/:gameId
        • get game
    • Word Route
      • GET api/words/:wordId
        • get word

Clone this wiki locally