Philipp Kolberg
2 years ago
No known key found for this signature in database
GPG Key ID: 4C58CB0448FF9061
1 changed files with
1 additions and
1 deletions
-
src/api/core/mod.rs
|
@ -213,7 +213,7 @@ fn config() -> Json<Value> { |
|
|
"notifications": format!("{domain}/notifications"), |
|
|
"notifications": format!("{domain}/notifications"), |
|
|
"sso": "", |
|
|
"sso": "", |
|
|
}, |
|
|
}, |
|
|
"feature_states": feature_states, |
|
|
"featureStates": feature_states, |
|
|
"object": "config", |
|
|
"object": "config", |
|
|
})) |
|
|
})) |
|
|
} |
|
|
} |
|
|