Cors support (#62)

Reviewed-on: phoenix/icarus_auth#62
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-10-10 20:32:29 +00:00
committed by phoenix
parent a66ab7826c
commit 473b4ec762
8 changed files with 102 additions and 9 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ fn get_address() -> String {
}
fn get_port() -> String {
String::from("3000")
String::from("8001")
}