File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ pub(super) fn build_routes() -> Routes {
10
10
let mut routes = Routes :: new ( ) ;
11
11
12
12
routes. static_resource ( "/style.css" , super :: style_css_handler) ;
13
- routes. static_resource ( "/index.js" , |_: & mut Request | super :: load_js ( MENU_JS ) ) ;
14
- routes. static_resource ( "/menu.js" , |_: & mut Request | super :: load_js ( INDEX_JS ) ) ;
13
+ routes. static_resource ( "/index.js" , |_: & mut Request | super :: load_js ( IDEX_JS ) ) ;
14
+ routes. static_resource ( "/menu.js" , |_: & mut Request | super :: load_js ( MENU_JS ) ) ;
15
15
routes. static_resource ( "/robots.txt" , super :: sitemap:: robots_txt_handler) ;
16
16
routes. static_resource ( "/sitemap.xml" , super :: sitemap:: sitemap_handler) ;
17
17
routes. static_resource ( "/opensearch.xml" , super :: opensearch_xml_handler) ;
You can’t perform that action at this time.
0 commit comments