Skip to content

Commit 360e280

Browse files
Merge pull request #114 from regulaforensics/test-api-upd
test-api to nightly-api
2 parents be96cc7 + 4fe1b55 commit 360e280

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
run: python example.py
2525
working-directory: example
2626
env:
27-
API_BASE_PATH: "https://test-api.regulaforensics.com"
27+
API_BASE_PATH: "https://nightly-api.regulaforensics.com"
2828
TEST_LICENSE: ${{secrets.TEST_LICENSE}}

regula/documentreader/webclient/gen/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def get_host_settings(self):
389389
'description': "Latest stable Regula Document Reader demo endpoint",
390390
},
391391
{
392-
'url': "https://test-api.regulaforensics.com/",
392+
'url': "https://nightly-api.regulaforensics.com/",
393393
'description': "Nightly Regula document reader demo endpoint",
394394
},
395395
{

0 commit comments

Comments
 (0)