From 9c68d4ebe1084ca6c5a175f48e1668743e72db90 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Sat, 11 Apr 2020 17:02:27 -0700 Subject: [PATCH] whats going on cypress --- frontend/cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/cypress.json b/frontend/cypress.json index cf099e84..a2b54b2e 100644 --- a/frontend/cypress.json +++ b/frontend/cypress.json @@ -8,7 +8,7 @@ "DB_PASS": "password123", "GO_ENV": "production" }, - "baseUrl": "http://localhost:8888/", + "baseUrl": "http://localhost:8080/", "chromeWebSecurity": false, "defaultCommandTimeout": 30000, "requestTimeout": 30000,