Skip to content

Commit

Permalink
fix: Feasibility report button
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 15, 2024
1 parent 5f25426 commit b21f264
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<li ngbNavItem="cleanEnergyHub">
<a ngbNavLink>Clean Energy Hub</a>
<ng-template ngbNavContent>
<a class="btn btn-primary" [href]="serverUrl + 'api/feasibilityReport?auditId=' + auditId + '&auth_token=' + authToken" download>
<a class="btn btn-primary" [href]="serverUrl + 'api/feasibilityReport/' + auditId + '?auth_token=' + authToken" download>
Download Feasibility
</a>
<a class="btn btn-primary" [href]="serverUrl + 'api/cehMicrogridSheet?auditId=' + auditId + '&auth_token=' + authToken" download>
Expand Down

0 comments on commit b21f264

Please sign in to comment.