update deploy
This commit is contained in:
parent
91a290dc6c
commit
5e18401762
@ -5,3 +5,4 @@ services:
|
||||
image: gitea.pena/squiz/frontpanel/staging:latest
|
||||
hostname: squiz
|
||||
tty: true
|
||||
pull_policy: always
|
||||
|
@ -18,6 +18,8 @@ export const generateHubWalletRequestURL = ({
|
||||
let currentDomain = window.location.host;
|
||||
if (currentDomain === "localhost") currentDomain += ":3000";
|
||||
|
||||
console.log("Я здесь для отладки и спешу сообщить, что деплой был успешно завершен!")
|
||||
|
||||
// Используем более надежный способ генерации URL
|
||||
const baseUrl = `http://${isTestServer ? "s" : ""}hub.pena.digital/anyservicepayment`;
|
||||
const params = new URLSearchParams({
|
||||
|
Loading…
Reference in New Issue
Block a user