async fn get_chatbots(
course_id: Path<Uuid>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<Vec<ChatbotConfiguration>>>
Expand description
GET /api/v0/main-frontend/courses/{course_id}/chatbots
async fn get_chatbots(
course_id: Path<Uuid>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<Vec<ChatbotConfiguration>>>
GET /api/v0/main-frontend/courses/{course_id}/chatbots