We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e604c6e commit de784caCopy full SHA for de784ca
backend/src/main/resources/application-prod.properties
@@ -35,7 +35,7 @@ spring.security.oauth2.client.registration.google.redirect-uri={baseUrl}/login/o
35
36
37
# config
38
-app.allowed.cors=https://thughari.github.io
+app.allowed.cors=https://jobtrackerpro.in
39
app.allowed.methods=GET,POST,PUT,DELETE,OPTIONS
40
app.public.endpoints=/api/auth/signup,/api/auth/login,/api/auth/refresh,/api/auth/logout,/api/auth/forgot-password,/api/auth/verify-email,/api/auth/resend-verification,/api/auth/reset-password,/oauth2/**,/api/webhooks/inbound-email,/api/webhooks/gmail/push
41
0 commit comments