mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 19:37:48 +01:00
lol
This commit is contained in:
parent
04626f4b91
commit
b4bc484056
1 changed files with 0 additions and 5 deletions
|
@ -99,11 +99,6 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
res.sendFile("manifest.json", { root: location_pwa });
|
res.sendFile("manifest.json", { root: location_pwa });
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get("/service-worker.js", function (req, res) {
|
|
||||||
res.sendFile("service-worker.js", { root: location_pwa });
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
app.get("/customize", function (req, res) {
|
app.get("/customize", function (req, res) {
|
||||||
const tab = req.query.tab;
|
const tab = req.query.tab;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue