Skip to content

Commit

Permalink
Bind index.html to the root.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob McWhirter committed May 9, 2024
1 parent 2ba9483 commit 1da9eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crate/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pub fn trustify_ui(ui: &UI) -> Result<HashMap<&'static str, Resource>, ()> {
});

resources.insert(
"index.html",
"",
new_resource(index_html.as_bytes(), 0, "text/html"),
);

Expand Down

0 comments on commit 1da9eb8

Please sign in to comment.