Test out login preflight request.
This commit is contained in:
@@ -69,7 +69,9 @@ pub fn mount(rocket: Rocket) -> Rocket {
|
||||
account::verify_email,
|
||||
account::resend_email,
|
||||
account::login,
|
||||
account::token
|
||||
account::token,
|
||||
|
||||
account::login_preflight,
|
||||
],
|
||||
)
|
||||
.mount(
|
||||
|
||||
Reference in New Issue
Block a user