From 1bcd350b20ac625ebaf913c3f03bfec0d613cee6 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Sat, 4 Jul 2020 23:37:23 +0530 Subject: [PATCH] Integrate config.js on the frontend --- admin.go | 1 - frontend/public/index.html | 1 + frontend/src/App.vue | 11 +++++++++++ frontend/src/views/Campaign.vue | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/admin.go b/admin.go index 8d7aa44..51214a0 100644 --- a/admin.go +++ b/admin.go @@ -12,7 +12,6 @@ import ( type configScript struct { RootURL string `json:"rootURL"` - UploadURI string `json:"uploadURI"` FromEmail string `json:"fromEmail"` Messengers []string `json:"messengers"` } diff --git a/frontend/public/index.html b/frontend/public/index.html index 98fe807..97699fe 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -7,6 +7,7 @@ <%= htmlWebpackPlugin.options.title %> +