aizek-chatbot 1.0.20 → 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -10,7 +10,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
10
10
  var ReactMarkdown__default = /*#__PURE__*/_interopDefault(ReactMarkdown);
11
11
  var remarkGfm__default = /*#__PURE__*/_interopDefault(remarkGfm);
12
12
 
13
- // src/styles/index.module.scss
13
+ // src/styles/index.scss
14
14
  var css = `@charset "UTF-8";
15
15
  .message-container {
16
16
  display: flex;
@@ -1980,7 +1980,7 @@ var AizekChatBot = ({ clientId, headers, onMounted, onReady, onOpen, onClose, on
1980
1980
  setMessages((prev) => [...prev, newMessage]);
1981
1981
  setIsLoading(true);
1982
1982
  try {
1983
- const response = await fetch("http://localhost:3001/api/aizek-chat", {
1983
+ const response = await fetch("https://proxy.aizek.ai/api/aizek-chat", {
1984
1984
  method: "POST",
1985
1985
  headers: {
1986
1986
  "Content-Type": "application/json"