Added distinct_on to query builder

This commit is contained in:
2025-01-07 17:08:08 -05:00
parent 136600ee01
commit e7f337c735
3 changed files with 49 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
use std::fmt;
use axum::http::StatusCode;
use axum::{http, Json};
use axum::Json;
use axum::response::{IntoResponse, Response};
use serde::{Deserialize, Serialize};