Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TT-487 유저 삭제 #385

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

TT-487 유저 삭제 #385

wants to merge 2 commits into from

Conversation

snacktime81
Copy link
Member

No description provided.

@snacktime81 snacktime81 added the 리팩토링 리팩토링 label Oct 28, 2024
@snacktime81 snacktime81 requested a review from ch8930 October 28, 2024 07:43
@snacktime81 snacktime81 self-assigned this Oct 28, 2024
Copy link
Member

@ch8930 ch8930 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다

@@ -14,8 +14,8 @@ public class WebConfig implements WebMvcConfigurer {
@Override
public void addCorsMappings(CorsRegistry registry) {
registry.addMapping("/**")
.allowedOriginPatterns(allowedOrigins)
.allowedMethods("GET", "POST", "PATCH", "PUT", "OPTIONS") // 허용할 HTTP method
.allowedOriginPatterns("*")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 왜 다 허용으로 변경하셨나요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
리팩토링 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants