Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Nov 27, 2024
1 parent 3c26fed commit b34e5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/src/routes/root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<AppState>>,
owner_id: Query<Option<i32>>,
Expand Down

0 comments on commit b34e5ab

Please sign in to comment.