Revert "🚧 webhook"

This reverts commit df2b83ac15.
This commit is contained in:
Flam3rboy
2021-09-16 20:49:07 +02:00
parent 94ee8fc386
commit d2d7dd0561
11 changed files with 18 additions and 369 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
window.__OVERLAY__ = /overlay/.test(location.pathname);
window.__BILLING_STANDALONE__ = /^\/billing/.test(location.pathname);
window.GLOBAL_ENV = {
API_ENDPOINT: `//${location.host}/api`,
API_ENDPOINT: "/api",
API_VERSION: 9,
GATEWAY_ENDPOINT: `${location.protocol === "https:" ? "wss://" : "ws://"}${location.hostname}:3002`,
WEBAPP_ENDPOINT: "",