Skip to content

Commit

Permalink
Feat: CORS 설정 수정
Browse files Browse the repository at this point in the history
allowCredentials 추가
  • Loading branch information
pjh5365 authored Sep 2, 2024
1 parent 391ce6d commit 6a404ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @author : parkjihyeok
* @since : 2024/08/18
*/
@CrossOrigin(origins = "http://localhost:5173")
@CrossOrigin(origins = "http://localhost:5173", allowCredentials = "true")
@RestController
@RequestMapping("/chat")
@RequiredArgsConstructor
Expand Down

0 comments on commit 6a404ea

Please sign in to comment.