This commit is contained in:
parent
9c13fa267d
commit
8d6a90df79
4 changed files with 11 additions and 7 deletions
|
|
@ -57,8 +57,6 @@ pub async fn get_service_token(pool: &State<Pool>, auth: Auth<true, false>) -> R
|
|||
|
||||
let token = create_token(pool, auth.pid, NEX_TOKEN, None).await;
|
||||
|
||||
|
||||
|
||||
Ok(
|
||||
Xml(
|
||||
ServiceToken{
|
||||
|
|
@ -114,4 +112,4 @@ pub async fn get_nex_token(pool: &State<Pool>, auth: Auth<true, false>, game_ser
|
|||
}
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue