diff options
Diffstat (limited to 'rust/src/endpoint_handlers.rs')
-rw-r--r-- | rust/src/endpoint_handlers.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/src/endpoint_handlers.rs b/rust/src/endpoint_handlers.rs index 78044054..01b5eb5c 100644 --- a/rust/src/endpoint_handlers.rs +++ b/rust/src/endpoint_handlers.rs @@ -1,6 +1,9 @@ //! API endpoint handlers //! //! This module contains actual implementations of endpoints with rust-style type signatures. +//! +//! The remaining functions here should probably be refactored away. The 'get_release_files' style +//! functions should go in entity_crud (or some new use crate::database_models::*; use crate::database_schema::*; |