nimbus_cli::output::server

Function post_handler

source
async fn post_handler(
    __arg0: State<Arc<RwLock<InMemoryDb>>>,
    __arg1: Json<StartAppPostPayload>,
) -> impl IntoResponse