We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527d24a commit 2fedbfbCopy full SHA for 2fedbfb
2 files changed
src/http.rs
@@ -208,6 +208,7 @@ pub async fn run_server(config: Config) -> anyhow::Result<()> {
208
let mut app = Router::new()
209
.route("/", get(index))
210
.route("/*path", get(index))
211
+ .route("/fonts/*path", get(web_asset))
212
.route("/assets/*path", get(web_asset))
213
.route("/svg/*path", get(svg))
214
.nest(
web/src/shared/defguard-ui
0 commit comments