From 0b00ebc856219e22e27c2b7c5a053e992168b246 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Thu, 7 Sep 2023 03:34:57 -0500 Subject: [PATCH] Update cypress.json --- cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index f3f69da5..63071e5d 100644 --- a/cypress.json +++ b/cypress.json @@ -1,5 +1,5 @@ { - "baseUrl": "http://127.0.0.1:3000", + "baseUrl": "http://localhost:3000", "chromeWebSecurity": false, "viewportWidth": 1000, "viewportHeight": 1000,