webauthn
: Fix route path
This commit is contained in:
parent
a2a7d23163
commit
dea1f96772
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ async fn main() {
|
|||
"/.healthcheck" => get(routes::healthcheck::handler),
|
||||
"/register/start" => get(routes::registration_start::handler),
|
||||
"/register/finish" => get(routes::registration_finish::handler),
|
||||
"/authenticate/finish" => get(routes::authentication_start::handler),
|
||||
"/authenticate/start" => get(routes::authentication_start::handler),
|
||||
"/authenticate/finish" => get(routes::authentication_finish::handler)
|
||||
},
|
||||
layers: {
|
||||
|
|
Loading…
Add table
Reference in a new issue