mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:18:29 +01:00
search option!
This commit is contained in:
parent
e6491e2a9e
commit
d3a54be450
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