|
@@ -33,9 +33,9 @@ import cn.com.qmth.examcloud.core.basic.service.impl.StudentFaceInfoService;
|
|
|
*/
|
|
|
@RestController
|
|
|
@RequestMapping("${app.api.root}/studentFaceInfo")
|
|
|
-public class StudentFaceInfoApi {
|
|
|
+public class StudentFaceInfoController {
|
|
|
|
|
|
- private static final Logger LOG = LoggerFactory.getLogger(StudentFaceInfoApi.class);
|
|
|
+ private static final Logger LOG = LoggerFactory.getLogger(StudentFaceInfoController.class);
|
|
|
|
|
|
@Autowired
|
|
|
StudentFaceInfoRepo studentFaceInfoRepo;
|