this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

formatting change

+12 -1
+12 -1
caddy/caddy/atp.caddy
··· 13 13 header content-type "application/json" 14 14 header access-control-allow-headers "authorization,dpop,atproto-accept-labelers,atproto-proxy" 15 15 import cors * 16 - respond `{"state":{"lastInitiatedAt":"2025-07-14T14:22:43.912Z","status":"assured","access":"full"},"metadata":{"accountCreatedAt":"2022-11-17T00:35:16.391Z"}}` 200 16 + respond <<JSON 17 + { 18 + "state": { 19 + "lastInitiatedAt": "2025-07-14T14:22:43.912Z", 20 + "status": "assured", 21 + "access": "full" 22 + }, 23 + "metadata": { 24 + "accountCreatedAt": "2022-11-17T00:35:16.391Z" 25 + } 26 + } 27 + JSON 200 17 28 } 18 29 19 30 # pds gatekeeper