Skip to content

Commit

Permalink
Merge pull request #384 from softeerbootcamp-2nd/dev
Browse files Browse the repository at this point in the history
MAIN MERGE
  • Loading branch information
tank3a authored Aug 21, 2023
2 parents 1ac2ef0 + 8f74387 commit 8b91d52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion backend/src/main/java/autoever2/cartag/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void addCorsMappings(CorsRegistry registry) {
.allowedOrigins("http://www.a2cartag.com/**")
.allowedOrigins("*")
.allowedHeaders("*")
.allowedMethods("GET")
.allowedMethods("GET", "POST")
.allowedHeaders("*");
}

Expand Down

0 comments on commit 8b91d52

Please sign in to comment.