mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 17:57:52 +01:00
add secure instance icon !!
This commit is contained in:
parent
1f71583939
commit
f92cdb687e
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ const { api } = require("../init/pages-api.js");
|
||||||
|
|
||||||
function init(app, config, rendertemplate) {
|
function init(app, config, rendertemplate) {
|
||||||
var didstart = false;
|
var didstart = false;
|
||||||
|
|
||||||
initlog("wait a few mins... pt on timeout rn");
|
initlog("wait a few mins... pt on timeout rn");
|
||||||
|
|
||||||
app.get("/*", function (req, res, next) {
|
app.get("/*", function (req, res, next) {
|
||||||
|
|
Loading…
Reference in a new issue