cleanup and fixed query

This commit is contained in:
Simon
2025-06-03 12:59:31 +00:00
parent 261c81e391
commit a7610e1bb3
5 changed files with 89 additions and 87 deletions

View File

@@ -1,3 +1,4 @@
#![allow(non_snake_case)]
use ntex_files as fs;
use ntex::web;
@@ -7,6 +8,7 @@ mod videos;
mod providers;
mod util;
#[ntex::main]
async fn main() -> std::io::Result<()> {
std::env::set_var("RUST_LOG", "ntex=info");