Skip to content

Commit 9819d20

Browse files
derekadombekAdministrator
and
Administrator
authored
hotfix for endpoint naming issue (#325)
Co-authored-by: Administrator <[email protected]>
1 parent bfb64f1 commit 9819d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-frontend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install NPM packages
2626
run: npm ci
2727
- name: Build project
28-
run: VITE_API_URL='https://reportvision-ocr-api-dev.azurewebsites.net/' npm run build
28+
run: VITE_API_URL='https://reportvision-ocr-dev.azurewebsites.net/' npm run build
2929
- name: Run unit tests
3030
run: npm run test
3131
- name: Create client build archive

0 commit comments

Comments
 (0)