New Feature: Settings sync to server.
This commit is contained in:
11
src/routes/sync/mod.rs
Normal file
11
src/routes/sync/mod.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
use rocket::Route;
|
||||
|
||||
mod get_settings;
|
||||
mod set_settings;
|
||||
|
||||
pub fn routes() -> Vec<Route> {
|
||||
routes![
|
||||
get_settings::req,
|
||||
set_settings::req
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user