1
0
mirror of https://gitlab.com/2-chainz/2-chainz-rest-site.git synced 2025-08-02 11:31:30 +00:00

upstream changes from rust rewrite to prod

This commit is contained in:
2022-12-02 15:32:10 -07:00
parent 11b4bb2b16
commit 8c2654d4a1

View File

@@ -57,7 +57,8 @@
</blockquote> </blockquote>
<script> <script>
getQuote(); // Get new quote every 15 minutes
setInterval(getQuote, 900000);
function getQuote() { function getQuote() {
fetch("https://api.chainz.rest/quote", { method: "GET" }) fetch("https://api.chainz.rest/quote", { method: "GET" })