Skip to content
Snippets Groups Projects
Commit 2abcbae4 authored by Anders Austlid's avatar Anders Austlid
Browse files

Merge branch 'main' into epic/fridge-controller

Sync to changes in main branch
parents f19cc01e c06223b4
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ public class CorsConfig {
public void addCorsMappings(CorsRegistry registry) {
registry.addMapping("/**")
.allowedOrigins(Arrays.asList("https://localhost",
"https://10.24.38.136",
"https://10.24.21.135",
domainProperty.domain()
).toArray(String[]::new))
.allowedMethods(Arrays.asList(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment