mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 16:08:25 +01:00
add secure instance icon !!
This commit is contained in:
parent
6d8c5d6006
commit
82858e7d58
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