Skip to content

Commit

Permalink
delete crossorigin
Browse files Browse the repository at this point in the history
  • Loading branch information
momnpa333 committed Feb 20, 2023
1 parent 388085e commit 50edf49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.util.List;
import java.util.Map;

@CrossOrigin

@Controller
public class BookController {
@Autowired
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import java.util.List;

@CrossOrigin

@RequestMapping("/api/bookinfo")
@Controller
public class BookInfoController {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import java.util.List;

@CrossOrigin

@RequestMapping("/api/bookshelf")
@Controller
public class BookShelfController {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import java.util.*;

@CrossOrigin

@Controller
public class RecordController {
@Autowired
Expand Down

0 comments on commit 50edf49

Please sign in to comment.