Skip to content

Commit

Permalink
fix/cors-issue-fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-zip committed May 25, 2024
1 parent 1f65773 commit 531aecf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public CorsWebFilter corsWebFilter() {
"https://bloggios.com",
"https://bloggios.in",
"https://www.bloggios.in",
"https://www.bloggios.com"
"https://www.bloggios.com",
"https://dev.bloggios.in"
));
corsConfig.setMaxAge(3600L);
corsConfig.setAllowedMethods(Arrays.asList("GET", "POST", "PUT", "DELETE", "OPTIONS", "PATCH"));
Expand Down

0 comments on commit 531aecf

Please sign in to comment.