diff --git a/shared/comm-lib/src/http.rs b/shared/comm-lib/src/http.rs --- a/shared/comm-lib/src/http.rs +++ b/shared/comm-lib/src/http.rs @@ -17,6 +17,7 @@ Cors::default() .allowed_origin("https://web.comm.app") + .allowed_origin("https://comm.software") // for local development using prod service .allowed_origin("http://localhost:3000") .allowed_methods(vec!["GET", "POST", "PUT", "DELETE", "OPTIONS"])