mirror of
https://github.com/flibusta-apps/services_manager_server.git
synced 2025-12-06 04:25:38 +01:00
Update ordering
This commit is contained in:
@@ -18,6 +18,7 @@ async fn get_services(
|
||||
) -> impl IntoResponse {
|
||||
let services = db.service()
|
||||
.find_many(vec![])
|
||||
.order_by(service::id::order(prisma_client_rust::Direction::Asc))
|
||||
.exec()
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user