mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:28:35 +01:00
search option!
This commit is contained in:
parent
4c2be55dae
commit
1537f884fd
1 changed files with 5 additions and 2 deletions
|
@ -104,7 +104,10 @@ app.use(function(req, res, next) {
|
|||
res.send(body)
|
||||
});
|
||||
|
||||
app.get("/api/opensearch", async (req, res) => {
|
||||
res.sendFile(__dirname + `/opensearch.xml`);
|
||||
|
||||
});
|
||||
|
||||
app.get("/encryption", async function (req, res) {
|
||||
var v = req.query.v;
|
||||
|
|
Loading…
Reference in a new issue