mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 06:34:40 -05:00
bumpy
This commit is contained in:
parent
0dfebc6922
commit
45c88827cc
1 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue