Skip to content

Commit

Permalink
Fix bug with wrong request_uri param (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelavega authored Nov 14, 2024
1 parent c2f26f5 commit c940d60
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion portal/bae-frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
<body class="h-screen bg-white dark:bg-gray-900"> <!-- class="dark:bg-gray-900" style="background-image: url('assets/logos/dome-logo-element-colour.png');"-->
<app-root></app-root>
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.8.1/flowbite.min.js"></script>-->
<script src="runtime.a6c447aa891d1500.js" type="module"></script><script src="polyfills.91ffa46fa0a1d50f.js" type="module"></script><script src="main.cecce27867f1aaf1.js" type="module"></script></body>
<script src="runtime.a6c447aa891d1500.js" type="module"></script><script src="polyfills.91ffa46fa0a1d50f.js" type="module"></script><script src="main.d5187d6d44c02244.js" type="module"></script></body>
</html>
1 change: 0 additions & 1 deletion portal/bae-frontend/main.cecce27867f1aaf1.js

This file was deleted.

1 change: 1 addition & 0 deletions portal/bae-frontend/main.d5187d6d44c02244.js

Large diffs are not rendered by default.

0 comments on commit c940d60

Please sign in to comment.