From 99418ac02dfb0adb6af39c5e4a1e64a928070748 Mon Sep 17 00:00:00 2001 From: nileshgulia1 Date: Wed, 10 Nov 2021 21:28:40 +0530 Subject: [PATCH] remove api_path --- cypress.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/cypress.json b/cypress.json index 379ebd6..aef675e 100644 --- a/cypress.json +++ b/cypress.json @@ -1,9 +1,6 @@ { "baseUrl": "http://localhost:3000", "viewportWidth": 1280, - "env": { - "API_PATH": "http://localhost:8080/fise" - }, "defaultCommandTimeout": 15000, "reporter": "junit", "video": true,