Add redirect to docs page
This commit is contained in:
		
							parent
							
								
									69414af9d5
								
							
						
					
					
						commit
						59a8152855
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -77,6 +77,7 @@ async fn main() -> Result<(), std::io::Error> {
 | 
			
		|||
					.external_urls_from_iter_unchecked([("/api/v1.json", api_v1_json.clone())]),
 | 
			
		||||
			)
 | 
			
		||||
			.service(web::redirect("/api/docs", "/api/docs/"))
 | 
			
		||||
			.service(web::redirect("/", "/api/docs/"))
 | 
			
		||||
			.service(
 | 
			
		||||
				web::scope("/api/v1")
 | 
			
		||||
					.wrap(middleware::NormalizePath::new(TrailingSlash::Trim))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue