Remove unused value in config endpoint

This commit is contained in:
Daniel García
2022-09-25 19:22:05 +02:00
parent bb79396f0e
commit 6fa6eb18e8

View File

@@ -216,7 +216,6 @@ fn config() -> Json<Value> {
"vault": domain,
"api": format!("{domain}/api"),
"identity": format!("{domain}/identity"),
"admin": format!("{domain}/admin"),
"notifications": format!("{domain}/notifications"),
"sso": "",
},