enum 추가, cors 설정 추가
This commit is contained in:
@@ -9,7 +9,5 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
public class CommonController {
|
||||
|
||||
@GetMapping("/sheets/{id}")
|
||||
public void getSheetList() {
|
||||
|
||||
}
|
||||
public void getSheetList() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user