修改asset_index位置
This commit is contained in:
@ -166,7 +166,7 @@ pub async fn asset(req: HttpRequest) -> impl Responder {
|
||||
if req.path() == "/" {
|
||||
return HttpResponse::Ok()
|
||||
.insert_header(ContentType::html())
|
||||
.body(include_file!("webui/dist/asset_index.html"));
|
||||
.body(include_file!("src/web/asset_index.html"));
|
||||
}
|
||||
|
||||
let path = req.path();
|
||||
|
Reference in New Issue
Block a user