···168168169169 // TODO: this API is temporary until we formalize what we want here
170170171171- e.GET("/xrpc/com.atproto.sync.subscribeAllRepos", bgs.EventsHandler)
171171+ e.GET("/xrpc/com.atproto.sync.subscribeRepos", bgs.EventsHandler)
172172173173 e.GET("/xrpc/com.atproto.sync.getCheckout", bgs.HandleComAtprotoSyncGetCheckout)
174174 e.GET("/xrpc/com.atproto.sync.getCommitPath", bgs.HandleComAtprotoSyncGetCommitPath)