1
Fork 0

cache moment

This commit is contained in:
Ashley 2023-03-09 15:50:19 +00:00
parent 1aa70f01bb
commit eedbfa5e6d

View file

@ -60,7 +60,7 @@ function init(app, config, rendertemplate) {
setInterval(function () {
/* PokeTube Update daemon - checks for updates in poketube */
(async () => {
const url = `https://poketube.fun/api/version.json`;
const url = `https://poketube.fun/api/version.json?v=3`;
let f = await modules
.fetch(url)