mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-24 19:07:32 -07:00
aaaa
This commit is contained in:
parent
2c935fe9db
commit
08c7e52596
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ mastoRouter.get("/nodeinfo/2.0.json", async (ctx) => {
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
version: "2.0",
|
version: "2.0",
|
||||||
//...base };
|
//...base };
|
||||||
...nodeinfo2() };
|
...(await nodeinfo2()) };
|
||||||
//ctx.set("Cache-Control", "public, max-age=600");
|
//ctx.set("Cache-Control", "public, max-age=600");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue