Browse Source

Remove unused value in config endpoint

pull/2772/head
Daniel García 3 years ago
parent
commit
6fa6eb18e8
No known key found for this signature in database GPG Key ID: FC8A7D14C3CD543A
  1. 1
      src/api/core/mod.rs

1
src/api/core/mod.rs

@ -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": "",
},

Loading…
Cancel
Save