From 7c8a7bf178237b1ba1b38833f8e822778ae74677 Mon Sep 17 00:00:00 2001 From: scammo Date: Mon, 28 Jun 2021 18:08:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c53f81..40a6d21 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ npm ci ### Compiles and hot-reloads for development ``` -VUE_APP_API_URL=https://localhost:8000 npm run serve +VUE_APP_API_URL=http://localhost:8000 npm run serve ``` ### Compiles and minifies for production ``` -VUE_APP_API_URL=https://localhost:8000 npm run build +VUE_APP_API_URL=http://localhost:8000 npm run build ``` ### Lints and fixes files