This commit is contained in:
2025-08-19 21:07:41 +03:00
parent 5326e545a8
commit 61a1ba59cd
20 changed files with 185 additions and 50 deletions

View File

@@ -1 +1,3 @@
export const environment = {};
export const environment = {
hostUrl: 'http://localhost:3000'
};

View File

@@ -0,0 +1,3 @@
export const environment = {
hostUrl: 'https://iisa.novikov.click'
};

View File

@@ -1 +1,3 @@
export const environment = {};
export const environment = {
hostUrl: ''
};