1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 06:34:40 -05:00
This commit is contained in:
Ashley 2023-04-12 20:52:17 +00:00
parent 0dfebc6922
commit 45c88827cc

View file

@ -27,10 +27,10 @@ function getJson(str) {
}
const pkg = require("../../../package.json");
const ver = "v23.0203-IcHi-MAJOR-stable-nonLTS-git";
const ver = "v23.1303-aStFO-MAJOR-stable-nonLTS-git";
const branch = "master";
const codename = "ichigo";
const versionnumber = "239";
const codename = "astolfo";
const versionnumber = "240";
module.exports = function (app, config, renderTemplate) {
app.get("/embed/:v", async function (req, res) {