fix(web): /dbg is now /proxy
This commit is contained in:
parent
d7ebb2f95e
commit
aca757a266
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ pub fn DebugPage() -> impl IntoView {
|
|||
None => set_object.set(Arc::new(serde_json::Value::String("not in cache!".into()))),
|
||||
}
|
||||
} else {
|
||||
let url = format!("{URL_BASE}/dbg?id={fetch_url}");
|
||||
let url = format!("{URL_BASE}/proxy?id={fetch_url}");
|
||||
spawn_local(async move { set_object.set(Arc::new(debug_fetch(&url, auth).await)) });
|
||||
}
|
||||
} >
|
||||
|
|
Loading…
Reference in a new issue