Function get_all_pets

Source
pub async fn get_all_pets(
    __arg0: Extension<CurrentUser>,
    __arg1: State<AppState>,
) -> Json<AllFullPet>