We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d22d6 commit 6c31b4cCopy full SHA for 6c31b4c
src/test/cypress/integration/fundoc_spec.cy.js
@@ -6,7 +6,7 @@ context('Function Documentation', () => {
6
// Generate function documentation before running tests
7
cy.timeout(10000);
8
cy.request({
9
- url: 'http://127.0.0.1:8080/exist/apps/fundocs/regenerate',
+ url: '/regenerate',
10
auth: {
11
user: 'admin',
12
password: ''
0 commit comments