Change x-authlib-injector-api-location value
This commit is contained in:
parent
5f2905faab
commit
a2a90519e1
@ -46,7 +46,7 @@ pub async fn start(db: &Database) -> anyhow::Result<()> {
|
||||
// Index
|
||||
app.at("/").get(|req: Request<Database>| async move {
|
||||
let res = Response::builder(200)
|
||||
.header("x-authlib-injector-api-location", format!("{}/authlib/", req.state().config.external_base_url))
|
||||
.header("x-authlib-injector-api-location", format!("/authlib/"))
|
||||
.build();
|
||||
|
||||
Ok(res)
|
||||
|
Loading…
Reference in New Issue
Block a user