Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
- Addressed review comments.
  • Loading branch information
paulridout committed Nov 29, 2023
1 parent 85846e3 commit 6878784
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/civil-rtl-export/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.0"
description: A Helm chart for civil-rtl-export App
name: civil-civil-rtl-export
name: civil-rtl-export
home: https://github.com/hmcts/civil-rtl-export
version: 0.0.13
maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public class RootController {
*/
@GetMapping("/")
public ResponseEntity<String> welcome() {
return ok("Welcome to civil-rtl-export");
return ok("Welcome to Civil RTL Export");
}
}
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ management:
include: health, info, prometheus

springdoc:
packagesToScan: uk.gov.hmcts.reform.rtl-export.controllers
packagesToScan: uk.gov.hmcts.reform.civil.controllers
writer-with-order-by-keys: true

#If you use a database then uncomment below lines and update db properties accordingly
Expand Down

0 comments on commit 6878784

Please sign in to comment.