this repo has no description
0
fork

Configure Feed

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

disable admin endpoints while refactoring

+2
cmd/relayered/handlers_admin.go cmd/relayered/handlers_admin.WIP
+2
cmd/relayered/service.go
··· 145 145 e.GET("/xrpc/com.atproto.sync.getRepo", svc.HandleComAtprotoSyncGetRepo) // just returns 3xx redirect to source PDS 146 146 e.GET("/xrpc/com.atproto.sync.getLatestCommit", svc.HandleComAtprotoSyncGetLatestCommit) 147 147 148 + /* XXX: disabled while refactoring 148 149 admin := e.Group("/admin", svc.checkAdminAuth) 149 150 150 151 // Slurper-related Admin API ··· 175 176 176 177 // Consumer-related Admin API 177 178 admin.GET("/consumers/list", svc.handleAdminListConsumers) 179 + */ 178 180 179 181 // In order to support booting on random ports in tests, we need to tell the 180 182 // Echo instance it's already got a port, and then use its StartServer