fix: show in UA requests coming from devtools

This commit is contained in:
əlemi 2024-05-20 01:45:26 +02:00
parent d3b141c9b5
commit 39f6ff24b3
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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>()