Skip to content

Commit

Permalink
update PREVENTION_WAR_NAMES
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas committed Oct 7, 2024
1 parent f991a5e commit a65dc89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/wfprev-war/src/main/angular/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<h1>Welcome to the WFPrev Application!</h1>
<app-root></app-root>
</body>
</html>
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ variable "DB_SIZE" {
variable "PREVENTION_WAR_NAMES" {
type = list(string)
description = "List of paths to point at payroll API"
default = ["wfprev-ui", "wfprev-ui/*"]
default = ["wfprev", "wfprev/*"]
}

variable "PREVENTION_API_NAMES" {
Expand Down

0 comments on commit a65dc89

Please sign in to comment.