mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
aww
This commit is contained in:
parent
08c7e52596
commit
8fe7709f29
@ -164,9 +164,8 @@ mastoRouter.get("/nodeinfo/2.0.json", async (ctx) => {
|
|||||||
|
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
version: "2.0",
|
version: "2.0",
|
||||||
//...base };
|
...base };
|
||||||
...(await nodeinfo2()) };
|
ctx.set("Cache-Control", "public, max-age=600");
|
||||||
//ctx.set("Cache-Control", "public, max-age=600");
|
|
||||||
});
|
});
|
||||||
|
|
||||||
mastoRouter.post("/oauth/token", async (ctx) => {
|
mastoRouter.post("/oauth/token", async (ctx) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user