mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Add host meta endpoint
This commit is contained in:
parent
8946d4593c
commit
a83648db48
|
|
@ -2,7 +2,7 @@ import { MatchedRoute } from "bun";
|
|||
import { getHost } from "@config";
|
||||
|
||||
/**
|
||||
* ARedirect to /nodeinfo/2.0
|
||||
* Redirect to /nodeinfo/2.0
|
||||
*/
|
||||
export default async (
|
||||
req: Request,
|
||||
|
|
|
|||
Loading…
Reference in a new issue