expose peers endpoint publicly

pull/179/head
Sven Sauleau 2023-02-02 16:19:50 +00:00
rodzic e4d22ae5fb
commit ef5848bb1d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -51,6 +51,7 @@ export async function main(context: EventContext<Env, any, any>) {
url.pathname === '/oauth/authorize' || // Cloudflare Access runs on /oauth/authorize
url.pathname === '/api/v1/instance' ||
url.pathname === '/api/v2/instance' ||
url.pathname === '/api/v1/instance/peers' ||
url.pathname === '/api/v1/apps' ||
url.pathname === '/api/v1/timelines/public' ||
url.pathname === '/api/v1/custom_emojis' ||