initial commit
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I4a6b498153eccd5407510dd541b7f4816a6a6964
This commit is contained in:
commit
6a73d11c4b
124 changed files with 34856 additions and 0 deletions
18
crates/pinakes-server/src/routes/mod.rs
Normal file
18
crates/pinakes-server/src/routes/mod.rs
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
pub mod audit;
|
||||
pub mod auth;
|
||||
pub mod collections;
|
||||
pub mod config;
|
||||
pub mod database;
|
||||
pub mod duplicates;
|
||||
pub mod export;
|
||||
pub mod health;
|
||||
pub mod integrity;
|
||||
pub mod jobs;
|
||||
pub mod media;
|
||||
pub mod saved_searches;
|
||||
pub mod scan;
|
||||
pub mod scheduled_tasks;
|
||||
pub mod search;
|
||||
pub mod statistics;
|
||||
pub mod tags;
|
||||
pub mod webhooks;
|
||||
Loading…
Add table
Add a link
Reference in a new issue