From b34e5ab7bc1dfbc5fa01b57ef37e0010f7581da2 Mon Sep 17 00:00:00 2001 From: Luc Date: Wed, 27 Nov 2024 14:52:26 +0100 Subject: [PATCH] z --- engine/src/routes/root.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/src/routes/root.rs b/engine/src/routes/root.rs index 720214f..9e1632f 100644 --- a/engine/src/routes/root.rs +++ b/engine/src/routes/root.rs @@ -23,8 +23,8 @@ impl RootApi { } } - #[oai(path = "/properties", method = "get")] - async fn get_properties( + #[oai(path = "/items", method = "get")] + async fn get_items( &self, state: Data<&Arc>, owner_id: Query>,