Skip to content

Commit

Permalink
update TTA URL
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreLeGuen committed Jul 31, 2024
1 parent 32e7b98 commit 096bbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1>NEAR transaction report</h1>
</div>

<script>
const TTA_URL = "https://tta-api.onrender.com";
const TTA_URL = "http://65.21.11.6:8080";

const handleDownloadClick = async () => {
const downloadButton = document.getElementById("downloadButton");
Expand Down

0 comments on commit 096bbed

Please sign in to comment.