This commit is contained in:
April John 2023-09-04 18:56:16 +02:00
parent 08c7e52596
commit 8fe7709f29

View File

@ -164,9 +164,8 @@ mastoRouter.get("/nodeinfo/2.0.json", async (ctx) => {
ctx.body = {
version: "2.0",
//...base };
...(await nodeinfo2()) };
//ctx.set("Cache-Control", "public, max-age=600");
...base };
ctx.set("Cache-Control", "public, max-age=600");
});
mastoRouter.post("/oauth/token", async (ctx) => {