importer feature
This commit is contained in:
8
crates/presentation/src/handlers/mod.rs
Normal file
8
crates/presentation/src/handlers/mod.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
pub mod html;
|
||||
pub mod posters;
|
||||
pub mod rss;
|
||||
pub mod api;
|
||||
pub mod import;
|
||||
|
||||
const DEFAULT_PAGE_LIMIT: u32 = 5;
|
||||
const RSS_FEED_LIMIT: u32 = 50;
|
||||
Reference in New Issue
Block a user