[Update] Change the endpoint that send message from message box.

This commit is contained in:
Sakamoto Shiina
2024-09-02 12:27:25 +09:00
parent 61c1ad624a
commit 45c6562717
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ export const useReceiveRoutes = () => {
"/config/version": updateSoftwareVersion,
"/controller/callback_messagebox_press_key_enter": updateSentMessageLog,
"/controller/callback_messagebox_send": updateSentMessageLog,
"/action/transcription_send_mic_message": addSentMessageLog,
"/action/transcription_receive_speaker_message": addReceivedMessageLog
};