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