Skip to content

Commit 5e4886e

Browse files
committed
fix: static assets files
1 parent 675ff3b commit 5e4886e

File tree

1 file changed

+1
-1
lines changed
  • src/http-server/src/handler/file_explorer

1 file changed

+1
-1
lines changed

src/http-server/src/handler/file_explorer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use self::proto::BreadcrumbItem;
2222
use self::utils::{decode_uri, encode_uri, PERCENT_ENCODE_SET};
2323

2424
#[derive(Embed)]
25-
#[folder = "../file-explorer-ui/dist"]
25+
#[folder = "../file-explorer-ui/public/dist"]
2626
struct FileExplorerAssets;
2727

2828
pub struct FileExplorer {

0 commit comments

Comments
 (0)