From c5d4bedc525c5c9c7de38ff8c5c00db9985c2a0b Mon Sep 17 00:00:00 2001 From: baloola <baloola-mu@hotmail.com> Date: Thu, 7 Apr 2022 21:11:16 +0200 Subject: [PATCH] fix a typo --- testing/cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/cypress.json b/testing/cypress.json index f453add..9cfd2af 100644 --- a/testing/cypress.json +++ b/testing/cypress.json @@ -1,3 +1,3 @@ { - "baseUrl": "127.0.0.1:80" + "baseUrl": "http://127.0.0.1:80" } -- GitLab