From e4641ad83a2a5c7d29c08bdd798d967c0e3ac9ff Mon Sep 17 00:00:00 2001 From: sova-ci Date: Tue, 9 Jun 2026 15:42:13 +0300 Subject: [PATCH] chore(#27): sync issues/27-future from monorepo (6300722 issues/27: url on component) --- index.html | 1 - public/env.js | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 public/env.js diff --git a/index.html b/index.html index 22ff2f9..158c5cf 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,6 @@ Admin panel -
diff --git a/public/env.js b/public/env.js deleted file mode 100644 index c7a5eeb..0000000 --- a/public/env.js +++ /dev/null @@ -1,3 +0,0 @@ -window.__ENV__ = window.__ENV__ || { - API_BASE_URL: 'http://localhost:8081', -};