Skip to content

Commit

Permalink
Update api.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kisakay committed Aug 19, 2024
1 parent 24baccf commit 13dc996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/api.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
document.addEventListener("DOMContentLoaded", function () {
fetch("https://horizon-gateway.ovh/api/ihorizon/v1/bot")
fetch("https://gateway.ihorizon.me/api/ihorizon/v1/bot")
.then((response) => response.json())
.then((data) => {
document.getElementById(
Expand Down

0 comments on commit 13dc996

Please sign in to comment.