Skip to content

Commit bb7f1d0

Browse files
notriddleJoshua Nelson
and
Joshua Nelson
committed
Update src/web/routes.rs
Co-Authored-By: Joshua Nelson <[email protected]>
1 parent 27d9dfa commit bb7f1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/routes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub(super) fn build_routes() -> Routes {
1010
let mut routes = Routes::new();
1111

1212
routes.static_resource("/style.css", super::style_css_handler);
13-
routes.static_resource("/index.js", |_: &mut Request| super::load_js(IDEX_JS));
13+
routes.static_resource("/index.js", |_: &mut Request| super::load_js(INDEX_JS));
1414
routes.static_resource("/menu.js", |_: &mut Request| super::load_js(MENU_JS));
1515
routes.static_resource("/robots.txt", super::sitemap::robots_txt_handler);
1616
routes.static_resource("/sitemap.xml", super::sitemap::sitemap_handler);

0 commit comments

Comments
 (0)