Skip to main content

register_user_handler

Function register_user_handler 

Source
pub async fn register_user_handler(
    __arg0: State<Arc<AppState>>,
    __arg1: Json<RegisterUserSchema>,
) -> Result<impl IntoResponse, (StatusCode, Json<Value>)>