api/router.rs: allow different types of api methods
Added a prototype for file/backup uploads.
This commit is contained in:
@ -21,9 +21,11 @@ pub mod api {
|
||||
pub mod config;
|
||||
}
|
||||
|
||||
#[macro_use]
|
||||
pub mod server {
|
||||
|
||||
pub mod formatter;
|
||||
#[macro_use]
|
||||
pub mod rest;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user