diff --git a/index.html b/index.html index 158c5cf..22ff2f9 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Admin panel +
diff --git a/public/env.js b/public/env.js new file mode 100644 index 0000000..c7a5eeb --- /dev/null +++ b/public/env.js @@ -0,0 +1,3 @@ +window.__ENV__ = window.__ENV__ || { + API_BASE_URL: 'http://localhost:8081', +};