mirror of
https://gitea.gofwd.group/Forward_Group/ballistic-builder-spring.git
synced 2025-12-06 11:06:45 -05:00
fixed the CORS issue
This commit is contained in:
@@ -31,7 +31,9 @@ public class CorsConfig {
|
||||
"http://localhost:3000",
|
||||
"https://localhost:3000",
|
||||
"https://localhost:3000/gunbuilder",
|
||||
"http://localhost:3000/gunbuilder"
|
||||
"http://localhost:3000/gunbuilder",
|
||||
"https://localhost:3000/builder",
|
||||
"http://localhost:3000/builder"
|
||||
));
|
||||
|
||||
// Allow all headers
|
||||
|
||||
Reference in New Issue
Block a user