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:
@@ -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" })
|
||||||
|
Reference in New Issue
Block a user