more cleanup

This commit is contained in:
Simon
2025-05-31 09:47:30 +00:00
parent 20bf6b745b
commit 5b9a1b351c
3 changed files with 1 additions and 13 deletions

View File

@@ -1,11 +1,6 @@
use ntex_files as fs;
use ntex::web;
use ntex::web::HttpResponse;
use serde::Deserialize;
use serde_json::{json};
use std::thread;
use std::time::Duration;
mod api;
mod status;
mod videos;