Skip to content

Commit de784ca

Browse files
committed
cors for backend
1 parent e604c6e commit de784ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/resources/application-prod.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spring.security.oauth2.client.registration.google.redirect-uri={baseUrl}/login/o
3535

3636

3737
# config
38-
app.allowed.cors=https://thughari.github.io
38+
app.allowed.cors=https://jobtrackerpro.in
3939
app.allowed.methods=GET,POST,PUT,DELETE,OPTIONS
4040
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
4141

0 commit comments

Comments
 (0)