From 7f33b5d60b1dffb3a3ead0cfa0d8df3b2459b788 Mon Sep 17 00:00:00 2001 From: marcsello Date: Fri, 27 Nov 2020 01:57:02 +0100 Subject: [PATCH] Fixed production api endpoint --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index e0e10b0..70c44c9 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ -VUE_APP_API_LOCATION=https://spoton.k8s.kmlabz.com/api/ +VUE_APP_API_LOCATION=https://onspot.k8s.kmlabz.com/api/ VUE_APP_SENTRY_DSN=https://e63408ebab5e4fab8f6ade0ccdbc0a58@sentry.kmlabz.com/24 \ No newline at end of file