Change x-authlib-injector-api-location value
This commit is contained in:
@ -46,7 +46,7 @@ pub async fn start(db: &Database) -> anyhow::Result<()> {
|
|||||||
// Index
|
// Index
|
||||||
app.at("/").get(|req: Request<Database>| async move {
|
app.at("/").get(|req: Request<Database>| async move {
|
||||||
let res = Response::builder(200)
|
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();
|
.build();
|
||||||
|
|
||||||
Ok(res)
|
Ok(res)
|
||||||
|
Reference in New Issue
Block a user