[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

@@ -16,7 +16,7 @@ export const useMessage = () => {
id: uuid,
message: encoder.encode(message),
};
asyncStdoutToPython("/controller/callback_messagebox_press_key_enter", send_message_object);
asyncStdoutToPython("/controller/callback_messagebox_send", send_message_object);
addMessageLogsStatus({
id: uuid,