fix: static assets path prefix

This commit is contained in:
Lei, HUANG
2023-04-18 19:29:17 +08:00
parent df6ebbf934
commit f7d2ede4a4

View File

@@ -23,7 +23,7 @@ use snafu::ResultExt;
use crate::error::{BuildHttpResponseSnafu, Result};
#[derive(RustEmbed)]
#[folder = "dashboard/"]
#[folder = "dashboard/dist/"]
pub struct Assets;
pub(crate) fn dashboard() -> Router {