···145145 e.GET("/xrpc/com.atproto.sync.getRepo", svc.HandleComAtprotoSyncGetRepo) // just returns 3xx redirect to source PDS
146146 e.GET("/xrpc/com.atproto.sync.getLatestCommit", svc.HandleComAtprotoSyncGetLatestCommit)
147147148148+ /* XXX: disabled while refactoring
148149 admin := e.Group("/admin", svc.checkAdminAuth)
149150150151 // Slurper-related Admin API
···175176176177 // Consumer-related Admin API
177178 admin.GET("/consumers/list", svc.handleAdminListConsumers)
179179+ */
178180179181 // In order to support booting on random ports in tests, we need to tell the
180182 // Echo instance it's already got a port, and then use its StartServer