···205205206206 // TODO: this API is temporary until we formalize what we want here
207207208208- e.GET("/xrpc/com.atproto.sync.requestCrawl", s.RequestCrawlHandler)
208208+ e.POST("/xrpc/com.atproto.sync.requestCrawl", s.RequestCrawlHandler)
209209 e.GET("/xrpc/com.atproto.sync.subscribeRepos", s.EventsHandler)
210210211211 e.GET("/xrpc/_health", s.HandleHealthCheck)