From dfb5ea1186a432948a98dba52661400136bb5261 Mon Sep 17 00:00:00 2001 From: sova-ci Date: Wed, 3 Jun 2026 17:06:18 +0300 Subject: [PATCH] =?UTF-8?q?chore(#27):=20sync=20issues/27=20from=20monorep?= =?UTF-8?q?o=20(2f936d3=20feat(admin):=20content=20CRUD=20=D0=BF=D0=BE=20?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B7=D1=86=D1=83=20/promotions)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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', -};