Skip to content

Commit

Permalink
feat: modify auth url
Browse files Browse the repository at this point in the history
  • Loading branch information
yexiyue committed May 24, 2024
1 parent 0348fd5 commit 422bf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub async fn build_root_router(coon: DbConn, secret_store: SecretStore) -> Resul
let auth = OAuth::new(
&client_id,
&client_secret,
"https://yexiyue.github.io/actions-workflows/auth",
"https://yexiyue.github.io/actions-workflow/auth",
)?;
let redis_url = secret_store.get("REDIS_URL").unwrap();
let client = redis::Client::open(redis_url).unwrap();
Expand Down

0 comments on commit 422bf7f

Please sign in to comment.