pub async fn setup(
    user_id: Uuid,
    app_data: &Data<AppDataInner>
) -> Result<GuidedToursDto, ServiceError>
Expand description

Setup the Guided Tour status for a new user.

Errors

If the connection to the database could not be established.