feat: wrap-up REST API endpoints

This commit is contained in:
2026-06-02 22:17:11 +02:00
parent 5e740ba2a1
commit 5a15bea3d4
7 changed files with 209 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ pub mod images;
pub mod import;
pub mod rss;
pub mod webhook;
pub mod wrapup;
const DEFAULT_PAGE_LIMIT: u32 = 5;
const RSS_FEED_LIMIT: u32 = 50;