We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1543e commit d7e8cf5Copy full SHA for d7e8cf5
api/src/main/java/com/mbtips/message/controller/MessageController.java
@@ -21,6 +21,7 @@
21
@RequiredArgsConstructor
22
@RequestMapping("/api/message")
23
public class MessageController {
24
+ //
25
private final MessageService messageService;
26
private final MessageManager messageManager;
27
private final VirtualFriendService virtualFriendService;
0 commit comments