File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -151,16 +151,6 @@ fn baseurl(lang: &str) -> String {
151
151
}
152
152
}
153
153
154
- #[ get( "/components/<_file..>" , rank = 1 ) ]
155
- fn components ( _file : PathBuf ) -> Template {
156
- not_found_locale ( ENGLISH . into ( ) )
157
- }
158
-
159
- #[ get( "/<locale>/components/<_file..>" , rank = 11 ) ]
160
- fn components_locale ( locale : SupportedLocale , _file : PathBuf ) -> Template {
161
- not_found_locale ( locale. 0 )
162
- }
163
-
164
154
#[ get( "/logos/<file..>" , rank = 1 ) ]
165
155
async fn logos ( file : PathBuf ) -> Option < CachedNamedFile > {
166
156
NamedFile :: open ( Path :: new ( "static/logos" ) . join ( file) )
@@ -521,14 +511,12 @@ async fn rocket() -> _ {
521
511
files,
522
512
robots_txt,
523
513
logos,
524
- components,
525
514
index_locale,
526
515
category_locale,
527
516
governance_locale,
528
517
team_locale,
529
518
production_locale,
530
519
subject_locale,
531
- components_locale,
532
520
redirect_bare_en_us,
533
521
] ,
534
522
)
You can’t perform that action at this time.
0 commit comments