小修改
parent
cfe6805a0d
commit
6c44d336b4
|
@ -11,7 +11,7 @@ import org.springframework.stereotype.Controller;
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
import org.springframework.web.bind.annotation.RequestBody;
|
import org.springframework.web.bind.annotation.RequestBody;
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
* @Author fst
|
* @Author fst
|
||||||
* @date 2023/11/28 23:38
|
* @date 2023/11/28 23:38
|
||||||
*/
|
*/
|
||||||
@Controller
|
@RestController
|
||||||
@RequestMapping("/topLine")
|
@RequestMapping("/topLine")
|
||||||
public class TopLineController {
|
public class TopLineController {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue