this repo has no description
0
fork

Configure Feed

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

requestCrawl should be a post

authored by

Jaz Volpert and committed by
Brian Olson
25737800 8bd13ea6

+1 -1
+1 -1
splitter/splitter.go
··· 205 205 206 206 // TODO: this API is temporary until we formalize what we want here 207 207 208 - e.GET("/xrpc/com.atproto.sync.requestCrawl", s.RequestCrawlHandler) 208 + e.POST("/xrpc/com.atproto.sync.requestCrawl", s.RequestCrawlHandler) 209 209 e.GET("/xrpc/com.atproto.sync.subscribeRepos", s.EventsHandler) 210 210 211 211 e.GET("/xrpc/_health", s.HandleHealthCheck)