mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
TODO
This commit is contained in:
@@ -15,6 +15,8 @@ use crate::{
|
|||||||
model::{devices::Device, notifications::Notification},
|
model::{devices::Device, notifications::Notification},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TODO: Split into modules by object and utils
|
||||||
|
|
||||||
pub async fn serve() -> Result<(), Box<dyn Error>> {
|
pub async fn serve() -> Result<(), Box<dyn Error>> {
|
||||||
info!("Starting web server");
|
info!("Starting web server");
|
||||||
let static_files = ServeDir::new("./web");
|
let static_files = ServeDir::new("./web");
|
||||||
|
|||||||
Reference in New Issue
Block a user