backend::service::guided_tours

Function setup

source
pub async fn setup(
    user_id: Uuid,
    pool: &SharedPool,
) -> 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.