diff --git a/frontend/cypress.json b/frontend/cypress.json index 0813c747..cf099e84 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:8888/", "chromeWebSecurity": false, "defaultCommandTimeout": 30000, "requestTimeout": 30000,