Skip to content

Commit

Permalink
[🔥!hotfix/#63] CORS 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
junggyo1020 committed Jul 17, 2024
1 parent 93b7372 commit 66afccf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
@RestController
@RequiredArgsConstructor
@RequestMapping("/api/v1/auth")
@CrossOrigin(origins = "http://terning-official.p-e.kr")
public class AuthController implements AuthSwagger {

private final AuthService authService;
Expand Down

0 comments on commit 66afccf

Please sign in to comment.