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