From 1f63f6fb307f665d0568b18dfc7730dfa5ff91fc Mon Sep 17 00:00:00 2001 From: marvzhang Date: Tue, 7 Jan 2020 12:42:01 +0800 Subject: [PATCH] fixed api url issue --- frontend/.env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env.development b/frontend/.env.development index 80220bf8..779d28e4 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -1,2 +1,2 @@ NODE_ENV='development' -VUE_APP_BASE_URL=http://localhost:8001 +VUE_APP_BASE_URL=http://localhost:8000