Skip to content

Commit

Permalink
security crossorigin
Browse files Browse the repository at this point in the history
  • Loading branch information
yooonwodyd committed Feb 19, 2024
1 parent 13b7279 commit c7d0ac9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@


@RestController
@CrossOrigin(origins="*")
@RequestMapping("/loginPage")
public class LoginController {
@RequestMapping("/loginSuccess")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

@RestController
@RequiredArgsConstructor
@CrossOrigin(origins="*")
public class TestController {

private final Storage storage;
Expand Down

0 comments on commit c7d0ac9

Please sign in to comment.