Skip to content

Commit 8255b6c

Browse files
correct endpoint
1 parent 067a26f commit 8255b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accessibility/scanner/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ async function processAccessibilityReport(url) {
102102
let testId = Cypress.env("TEST_ID") || ""
103103
const filePath = Cypress.env("ACCESSIBILITY_REPORT_PATH") || 'cypress/results/accessibilityReport_' + testId + '.json';
104104
console.log("TestID is",testId);
105-
const response = await fetch("http://127.0.0.1:43000/cypress/v1/generateAccessibilityReport", {
105+
const response = await fetch("http://127.0.0.1:43000/api/v1.0/cypress/generateAccessibilityReport", {
106106
method: "POST",
107107
headers: {
108108
"Content-Type": "application/json"

0 commit comments

Comments
 (0)