doc: update flask logo.
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB  | 
@@ -157,7 +157,7 @@ with app.test_request_context():
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### HTTP 方法
 | 
					### HTTP 方法
 | 
				
			||||||
 | 
					
 | 
				
			||||||
默认情况下,路由仅响应 `GET` 请求。您可以使用 `route()` 装饰器的方法参数来处理不同的 `HTTP` 方法
 | 
					默认路由仅响应 `GET` 请求。可以使用 `route()` 装饰器的方法参数来处理不同的 `HTTP` 方法
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```py
 | 
					```py
 | 
				
			||||||
from flask import request
 | 
					from flask import request
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user