Rewrite to chatty but functional API.
This commit is contained in:
@@ -44,6 +44,8 @@ async fn main() -> std::io::Result<()> {
|
||||
.service(gamenight_get)
|
||||
.service(get_user)
|
||||
.service(get_user_unauthenticated)
|
||||
.service(post_join_gamenight)
|
||||
.service(get_get_participants)
|
||||
})
|
||||
.bind(("::1", 8080))?
|
||||
.run()
|
||||
|
||||
Reference in New Issue
Block a user