Skip to content

Commit

Permalink
Remove '/' in liquibase download url (#7252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthbo authored Aug 6, 2024
1 parent 24d6389 commit 5711925
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class LiquibaseComponent implements OnInit, OnDestroy {
}

download(): void {
window.open(`${this.appService.getServerPath()}iaf/api/jdbc/liquibase/`);
window.open(`${this.appService.getServerPath()}iaf/api/jdbc/liquibase`);
}

submit(formData: Form): void {
Expand Down

0 comments on commit 5711925

Please sign in to comment.