Skip to content

Commit

Permalink
add game to route for game api
Browse files Browse the repository at this point in the history
  • Loading branch information
lehmacdj committed Jul 4, 2020
1 parent b95d5f5 commit d70cf85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Hanabi/Api.hs
Expand Up @@ -18,6 +18,7 @@ data HanabiApi route = HanabiApi
gameApi ::
route
:- BasicAuth "Hanabi Game" Player
:> "game"
:> Capture "game-id" HGID
:> ToServant HanabiGameApi route
}
Expand Down

0 comments on commit d70cf85

Please sign in to comment.