Display the list of family users

This commit is contained in:
2023-07-09 17:02:43 +02:00
parent 099e517688
commit addaca1b0e
11 changed files with 171 additions and 15 deletions

View File

@ -18,7 +18,7 @@ async fn main() -> std::io::Result<()> {
.wrap(
Cors::default()
.allowed_origin(&AppConfig::get().website_origin)
.allowed_methods(vec!["GET", "POST"])
.allowed_methods(vec!["GET", "POST", "PATCH", "DELETE"])
.allowed_header("X-Auth-Token")
.allow_any_header()
.supports_credentials()