|
@@ -22,7 +22,7 @@ import org.springframework.web.bind.annotation.*;
|
|
|
@RequestMapping(Constants.PERMISSION_API + "/application")
|
|
|
@RequiredArgsConstructor(onConstructor_ = {@Lazy})
|
|
|
public class ApplicationController {
|
|
|
- private final ApplicationService applicationService;
|
|
|
+ private final ApplicationService applicationService;
|
|
|
|
|
|
@checkAuth(FunId = "/admin/apply/add")
|
|
|
@PostMapping("/add")
|