From ddd931a0a379aedb68a0b7031ed9ca11dd69d372 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 28 Oct 2021 17:12:57 +0900 Subject: [PATCH] fix e2e test --- cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index f2c02689e4..e858e480b0 100644 --- a/cypress.json +++ b/cypress.json @@ -1,3 +1,3 @@ { - "baseUrl": "http://localhost" + "baseUrl": "http://localhost:61812" }