Adds renaming games functionality
This commit is contained in:
@@ -49,7 +49,9 @@ async fn main() -> std::io::Result<()> {
|
||||
.service(post_leave_gamenight)
|
||||
.service(get_get_participants)
|
||||
.service(get_games)
|
||||
.service(get_game)
|
||||
.service(post_game)
|
||||
.service(post_rename_game)
|
||||
})
|
||||
.bind(("::1", 8080))?
|
||||
.run()
|
||||
|
||||
Reference in New Issue
Block a user