This commit is contained in:
MeexReay 2024-06-22 17:58:17 +03:00
parent 7ec1e42454
commit 59b3f41ab8

View File

@ -1,5 +1,5 @@
use ezhttp::{Headers, HttpRequest, HttpResponse, HttpServer, HttpServerStarter};
use std::{thread, time::Duration};
use std::time::Duration;
struct EzSite {
index_page: String,