Skip to content

Commit

Permalink
test: Test uat community portal
Browse files Browse the repository at this point in the history
Signed-off-by: Jerrico Dela Cruz <[email protected]>
  • Loading branch information
jerricotandelacruz committed Nov 13, 2023
1 parent 9712dad commit c1f413a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/goapp/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"version": "0.2.0",
"configurations": [
{
"name": "Approval System",
"name": "Launch Approval System",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "main.go"
"program": "."
}
]
}
2 changes: 1 addition & 1 deletion src/goapp/templates/myrequests.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2 class="text-lg p-3 text-red-800 border-b">Rejected Requests</h2>
</div>
</div>

<iframe src="https://ava-gh-mgmt-test.azurewebsites.net/" height="1000px" title="COMMUNITY PORTAL"></iframe>
<iframe src="https://ava-gh-mgmt-uat.azurewebsites.net/" height="1000px" title="COMMUNITY PORTAL"></iframe>

<script src="/public/components/list.js"></script>
<script type="text/javascript">
Expand Down

0 comments on commit c1f413a

Please sign in to comment.