小修改

master
fst1996 2023-11-29 14:44:46 +08:00
parent cfe6805a0d
commit 6c44d336b4
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestBody;
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
* @date 2023/11/28 23:38
*/
@Controller
@RestController
@RequestMapping("/topLine")
public class TopLineController {