tape: correctly sort media api entries
This commit is contained in:
		@ -317,6 +317,11 @@ pub fn list_content(
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const SUBDIRS: SubdirMap = &[
 | 
			
		||||
    (
 | 
			
		||||
        "content",
 | 
			
		||||
        &Router::new()
 | 
			
		||||
            .get(&API_METHOD_LIST_CONTENT)
 | 
			
		||||
    ),
 | 
			
		||||
    (
 | 
			
		||||
        "destroy",
 | 
			
		||||
        &Router::new()
 | 
			
		||||
@ -327,11 +332,6 @@ const SUBDIRS: SubdirMap = &[
 | 
			
		||||
        &Router::new()
 | 
			
		||||
            .get(&API_METHOD_LIST_MEDIA)
 | 
			
		||||
    ),
 | 
			
		||||
    (
 | 
			
		||||
        "content",
 | 
			
		||||
        &Router::new()
 | 
			
		||||
            .get(&API_METHOD_LIST_CONTENT)
 | 
			
		||||
    ),
 | 
			
		||||
];
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user