fix: show in UA requests coming from devtools
This commit is contained in:
parent
d3b141c9b5
commit
39f6ff24b3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ pub async fn debug(
|
||||||
None,
|
None,
|
||||||
&ctx.base(),
|
&ctx.base(),
|
||||||
&ctx.app().private_key,
|
&ctx.app().private_key,
|
||||||
ctx.domain(),
|
&format!("{}|devtools", ctx.domain()),
|
||||||
)
|
)
|
||||||
.await?
|
.await?
|
||||||
.json::<serde_json::Value>()
|
.json::<serde_json::Value>()
|
||||||
|
|
Loading…
Reference in a new issue