diff --git a/.env.development.example b/.env.development.example index 409d8e846..070cbfdf9 100644 --- a/.env.development.example +++ b/.env.development.example @@ -22,5 +22,6 @@ VUE_APP_LOGOUT_PATH = '/core/auth/logout/' # Dev server for core proxy VUE_APP_CORE_HOST = 'http://localhost:8080' VUE_APP_CORE_WS = 'ws://localhost:8080' -VUE_APP_KAEL_HOST = 'http://localhost:8083' +VUE_APP_KOKO_HOST = 'http://localhost:5000' +VUE_APP_KOKO_WS = 'ws://localhost:5000' VUE_APP_ENV = 'development' diff --git a/src/components/Apps/ChatAi/components/ChitChat/ChatInput.vue b/src/components/Apps/ChatAi/components/ChitChat/ChatInput.vue index d58d6a89f..86169b0ca 100644 --- a/src/components/Apps/ChatAi/components/ChitChat/ChatInput.vue +++ b/src/components/Apps/ChatAi/components/ChitChat/ChatInput.vue @@ -1,5 +1,13 @@