fix: 路径修改

This commit is contained in:
ivmiku
2024-09-03 16:36:04 +08:00
parent d5fa59170a
commit e4a343242f
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ import java.text.ParseException;
@SaCheckLogin
@RestController
@RequestMapping("/api/message")
@RequestMapping("/message")
public class MessageController {
@Autowired
private MessageService messageService;

View File

@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.*;
@SaCheckLogin
@RestController
@RequestMapping("/api/relation")
@RequestMapping("/relation")
public class RelationController {
@Autowired
private RelationService relationService;