1
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
package com.peanut.modules.medical.controller;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@Slf4j
|
||||
@RestController("medicalCourse")
|
||||
@RequestMapping("medical/course")
|
||||
public class CourseController {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user