From 513b66ff319009a5df7a159b624f98baf7a9d154 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Thu, 14 Apr 2022 16:02:17 +0200 Subject: [PATCH] Update env variable, add basic http util, remove html --- client/src/App.vue | 1 + client/src/components/TheWelcome.vue | 37 ---------------------------- client/src/services/http.ts | 8 ++++++ client/src/views/ProfileView.vue | 19 ++++++++++++++ server/config/settings/base.py | 2 +- 5 files changed, 29 insertions(+), 38 deletions(-) create mode 100644 client/src/services/http.ts diff --git a/client/src/App.vue b/client/src/App.vue index 7183c44f..b4bf185b 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -4,6 +4,7 @@ +