Skip to content

Commit fe4372d

Browse files
committed
fix: remove custom api root endpoint
1 parent f4b14e5 commit fe4372d

5 files changed

Lines changed: 1 addition & 64 deletions

File tree

.github/workflows/pr-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
markdown_links: |
3535
- [Frontend](https://${{ github.event.repository.name }}-${{ needs.init.outputs.zone }}.${{ vars.OPENSHIFT_APPS_DOMAIN || 'apps.gold.devops.gov.bc.ca' }})
36-
- [Backend](https://${{ github.event.repository.name }}-${{ needs.init.outputs.zone }}.${{ vars.OPENSHIFT_APPS_DOMAIN || 'apps.gold.devops.gov.bc.ca' }}/api)
36+
- [Backend](https://${{ github.event.repository.name }}-${{ needs.init.outputs.zone }}.${{ vars.OPENSHIFT_APPS_DOMAIN || 'apps.gold.devops.gov.bc.ca' }}/api/health)
3737
3838
results:
3939
name: Validate Results

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ mvn spring-boot:run
3737

3838
The backend listens on `http://localhost:8080` by default.
3939

40-
- Service root: `GET /api`
4140
- Health: `GET /api/health`
4241
- Temporary scaffold users API: `GET /api/v1/users`, `GET /api/v1/users/{id}`
4342

backend/src/main/java/ca/bc/gov/nrs/ilcr/web/AppInfoResponse.java

Lines changed: 0 additions & 8 deletions
This file was deleted.

backend/src/main/java/ca/bc/gov/nrs/ilcr/web/RootController.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

backend/src/test/java/ca/bc/gov/nrs/ilcr/web/RootControllerTest.java

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)