Skip to content

Commit

Permalink
add register endpoint to router
Browse files Browse the repository at this point in the history
  • Loading branch information
belst committed Dec 19, 2021
1 parent b140618 commit d6d9172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ async fn main() -> anyhow::Result<()> {
.service(webhook)
.service(login)
.service(logout)
.service(register)
})
.bind(format!("{}:{}", host, port))?
.run()
Expand Down

0 comments on commit d6d9172

Please sign in to comment.