Skip to content

Commit

Permalink
requestCrawl should be a post
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvolp12 committed Nov 22, 2024
1 parent f8621de commit 5988319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splitter/splitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func (s *Splitter) StartWithListener(listen net.Listener) error {

// TODO: this API is temporary until we formalize what we want here

e.GET("/xrpc/com.atproto.sync.requestCrawl", s.RequestCrawlHandler)
e.POST("/xrpc/com.atproto.sync.requestCrawl", s.RequestCrawlHandler)
e.GET("/xrpc/com.atproto.sync.subscribeRepos", s.EventsHandler)
e.GET("/xrpc/_health", s.HandleHealthCheck)

Expand Down

0 comments on commit 5988319

Please sign in to comment.