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', -};