From 1f32256280d20f197bae2eccff2229825c82d594 Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:37:59 +0300 Subject: [PATCH] Updated API service URL --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index c4e86f2..06515e9 100755 --- a/setup.sh +++ b/setup.sh @@ -2,6 +2,6 @@ dotnet build .src/Regula.DocumentReader.NetCoreExample -c Release cd ./src/Regula.DocumentReader.NetCoreExample || exit -export API_BASE_PATH="https://testapi.regulaforensics.com" +export API_BASE_PATH="https://nightly-api.regulaforensics.com" -dotnet run \ No newline at end of file +dotnet run