From c340cb8dce73f8728dffc13ef5de60fe33d93295 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Mon, 13 Sep 2021 09:27:27 -0400 Subject: [PATCH] chore: fixed base URL in .env file --- axios-auth/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axios-auth/.env b/axios-auth/.env index 37e147f..906ecf8 100644 --- a/axios-auth/.env +++ b/axios-auth/.env @@ -1,5 +1,5 @@ NODE_ENV=development -URL=https://test-tarifmatrix.vbn.de:4245/fares/area/info +URL=https://test-tarifmatrix.vbn.de:4245/fares/areas/info USR=USR KEY=KEY