async fn get_all_chatbots(
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<Vec<ChatbotConfiguration>>>Expand description
GET /api/v0/main-frontend/chatbots
async fn get_all_chatbots(
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<Vec<ChatbotConfiguration>>>GET /api/v0/main-frontend/chatbots