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