Skip to content

Commit

Permalink
allow credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
장준하 authored and 장준하 committed Aug 7, 2024
1 parent c504fe3 commit 15fffc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@Tag(name = "admin API", description = "admin API 설계입니다")
@RestController
@RequestMapping("/admin")
@CrossOrigin(origins = "*")
@CrossOrigin(origins = "*", allowCredentials = "true")
public class AdminController {

private final EventService eventService;
Expand Down

0 comments on commit 15fffc1

Please sign in to comment.