update: pipeline, search, clip, embedding fixes
This commit is contained in:
@@ -12,7 +12,7 @@ use crate::core::db::PostgresDb;
|
||||
pub fn trace_agent_routes() -> Router<crate::api::server::AppState> {
|
||||
Router::new()
|
||||
.route(
|
||||
"/api/v1/file/:file_uuid/face_trace/sortby",
|
||||
"/api/v1/file/:file_uuid/traces",
|
||||
post(list_traces_sorted),
|
||||
)
|
||||
.route(
|
||||
|
||||
Reference in New Issue
Block a user