Adds Adding of Games to the system.
This commit is contained in:
@@ -48,6 +48,8 @@ async fn main() -> std::io::Result<()> {
|
||||
.service(post_join_gamenight)
|
||||
.service(post_leave_gamenight)
|
||||
.service(get_get_participants)
|
||||
.service(get_games)
|
||||
.service(post_game)
|
||||
})
|
||||
.bind(("::1", 8080))?
|
||||
.run()
|
||||
|
||||
Reference in New Issue
Block a user