Skip to content

Commit

Permalink
refactor(cors): / 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhboy committed Feb 11, 2024
1 parent 49bcbb5 commit 5a4ad80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class InterceptorConfig implements WebMvcConfigurer {

private static final String ALLOW_ALL_PATH = "/**";
private static final String ALLOWED_METHODS = "*";
private static final String MAIN_SERVER_DOMAIN = "https://sickgyun.vercel.app/";
private static final String MAIN_SERVER_DOMAIN = "https://sickgyun.vercel.app";
private static final String FRONTEND_LOCALHOST = "http://localhost:3000";
private static final String HTTPS_FRONTEND_LOCALHOST = "https://localhost:3000";

Expand Down

0 comments on commit 5a4ad80

Please sign in to comment.