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.
2 parents be96cc7 + 4fe1b55 commit 360e280Copy full SHA for 360e280
.github/workflows/run-smoke-test.yml
@@ -24,5 +24,5 @@ jobs:
24
run: python example.py
25
working-directory: example
26
env:
27
- API_BASE_PATH: "https://test-api.regulaforensics.com"
+ API_BASE_PATH: "https://nightly-api.regulaforensics.com"
28
TEST_LICENSE: ${{secrets.TEST_LICENSE}}
regula/documentreader/webclient/gen/configuration.py
@@ -389,7 +389,7 @@ def get_host_settings(self):
389
'description': "Latest stable Regula Document Reader demo endpoint",
390
},
391
{
392
- 'url': "https://test-api.regulaforensics.com/",
+ 'url': "https://nightly-api.regulaforensics.com/",
393
'description': "Nightly Regula document reader demo endpoint",
394
395
0 commit comments