Skip to content

Commit

Permalink
Fix: solved cors (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
hejin8307 committed May 9, 2024
1 parent f91fe35 commit 969668d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
@RestController
@RequiredArgsConstructor
@RequestMapping(API_VERSION + "/users")
@CrossOrigin("http://localhost:5173")
public class MemberController {
private final MemberService memberService;
private final JwtUtil jwtUtil;
Expand Down

0 comments on commit 969668d

Please sign in to comment.