mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
instances.hjz
This commit is contained in:
parent
411d6fbbe4
commit
75e7860e0d
@ -678,6 +678,11 @@ app.get("/api/subtitles", async (req, res) => {
|
||||
app.get("/api/opensearch", async (req, res) => {
|
||||
res.sendFile(__dirname + `/opensearch.xml`);
|
||||
});
|
||||
|
||||
app.get("/api/instances.json", async (req, res) => {
|
||||
res.sendFile(__dirname + `/instances.json`);
|
||||
});
|
||||
|
||||
///////////// REDIRECTS / DEPRACATED /////////////
|
||||
|
||||
app.get("/discover", async function (req, res) {
|
||||
@ -711,3 +716,4 @@ app.get("*", function (req, res) {
|
||||
// listen
|
||||
|
||||
app.listen("3000", () => {});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user