Browse Source

fix

feature/dockerfile-arm
Evan Feenstra 5 years ago
parent
commit
f43919aee0
  1. 2
      api/hub.ts
  2. 2
      dist/api/hub.js
  3. 2
      dist/api/hub.js.map

2
api/hub.ts

@ -231,7 +231,7 @@ const sendNotification = async (chat, name, type) => {
}
}
fetch("http://hub.sphinx.chat/api/v1/nodes/notify", {
fetch("https://hub.sphinx.chat/api/v1/nodes/notify", {
method: 'POST' ,
body: JSON.stringify(params),
headers: { 'Content-Type': 'application/json' }

2
dist/api/hub.js

@ -221,7 +221,7 @@ const sendNotification = (chat, name, type) => __awaiter(void 0, void 0, void 0,
badge: unseenMessages.length
}
};
fetch("http://hub.sphinx.chat/api/v1/nodes/notify", {
fetch("https://hub.sphinx.chat/api/v1/nodes/notify", {
method: 'POST',
body: JSON.stringify(params),
headers: { 'Content-Type': 'application/json' }

2
dist/api/hub.js.map

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save