1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 00:34:41 -05:00

update ver

This commit is contained in:
Ashley 2023-11-30 12:02:29 +00:00
parent 88ae49a3eb
commit 296339157c

View file

@ -98,7 +98,7 @@ const listener = (req, res) => {
app.get("/", (req, res) => {
var json = {
status: "200",
version: "1.1.0",
version: "1.2.0",
URL_WHITELIST,
cache: "max-age-232337763",
};