From c7d4b1f0c5c3fceeb7d9b3fe9c3ae56738064fc8 Mon Sep 17 00:00:00 2001 From: sova-ci Date: Wed, 3 Jun 2026 17:06:18 +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', -};