Added api-docs-vieter site
							parent
							
								
									5fa7119b9a
								
							
						
					
					
						commit
						0f06a5e017
					
				| 
						 | 
				
			
			@ -51,7 +51,7 @@ async fn main() {
 | 
			
		|||
 | 
			
		||||
    // Each static site gets mounted explicitely so that the default site can be used as fallback
 | 
			
		||||
    // Each entry is of the form (route, static dir name)
 | 
			
		||||
    let sites = [("/docs", "docs")];
 | 
			
		||||
    let sites = [("/docs", "docs"), ("/api-docs/vieter", "api-docs-vieter")];
 | 
			
		||||
 | 
			
		||||
    for (path, dir) in sites {
 | 
			
		||||
        let full_path = format!("{}/{}", static_dir, dir);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue