| 148 | // blanks the stored hash server-side. Both are ordinary admin-console |
| 149 | // routes behind the group middleware (valid admin session + audit). |
| 150 | r.GET("/orgs/:id/service-grants", h.listServiceGrants) |
| 151 | r.DELETE("/orgs/:id/service-grants/:credential_id", h.revokeServiceGrant) |
| 152 | // Peer-only fan-out target: see reloadSnapshot below. |
| 153 | r.POST("/internal/reload-snapshot", h.reloadSnapshot) |
| 154 | |
| 155 | // Workers (read-only) |
nothing calls this directly
no outgoing calls
no test coverage detected