We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee2da1 commit ad871cdCopy full SHA for ad871cd
src/main/java/cloudcomputinginha/demo/config/auth/SecurityConfig.java
@@ -2,6 +2,7 @@
2
3
import jakarta.servlet.http.HttpServletRequest;
4
import lombok.RequiredArgsConstructor;
5
+import lombok.extern.slf4j.Slf4j;
6
import org.springframework.beans.factory.annotation.Value;
7
import org.springframework.context.annotation.Bean;
8
import org.springframework.context.annotation.Configuration;
@@ -40,7 +41,7 @@ public CorsConfiguration getCorsConfiguration(HttpServletRequest request) {
40
41
"http://localhost:3000",
42
"https://cloud-computing-fe-two.vercel.app",
43
"http://127.0.0.1:5500",
- interviewDomain,
44
+ "https://dev-be-api.injob.store",
45
interviewAiDomain
46
));
47
0 commit comments