pub async fn get_user_details(
user: AuthUser,
pool: Data<PgPool>,
) -> ControllerResult<Json<UserDetail>>
Expand description
GET /api/v0/course-material/user-details/user
- Find user details by user id
pub async fn get_user_details(
user: AuthUser,
pool: Data<PgPool>,
) -> ControllerResult<Json<UserDetail>>
GET /api/v0/course-material/user-details/user
- Find user details by user id