From 90b36c7933f2ca3f76b199e43d5ee8c82be85d39 Mon Sep 17 00:00:00 2001 From: Don Strawsburg Date: Fri, 5 Dec 2025 23:33:18 -0500 Subject: [PATCH] fixed the CORS issue --- .../group/goforward/ballistic/configuration/CorsConfig.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/group/goforward/ballistic/configuration/CorsConfig.java b/src/main/java/group/goforward/ballistic/configuration/CorsConfig.java index 8381986..f578c77 100644 --- a/src/main/java/group/goforward/ballistic/configuration/CorsConfig.java +++ b/src/main/java/group/goforward/ballistic/configuration/CorsConfig.java @@ -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