async fn run_registrar_tick(
app_conf: Data<ApplicationConfiguration>,
pool: Data<PgPool>,
) -> ControllerResult<HttpResponse>Expand description
POST /api/v0/mock-suotar/control/run-registrar-tick
The combined form of run-tick: materialize, preconditions, resolve-enrolments, import and verify in
pipeline order, for specs that want a completion walked end to end. Always 200; each phase reports
its own status in the body.