cleanup and fixed query
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user