Remove leftover /apitest endpoint.
This commit is contained in:
		
							parent
							
								
									2ac6633f55
								
							
						
					
					
						commit
						7f410f1da5
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		|  | @ -18,8 +18,3 @@ def root(): | ||||||
| @site.route('/favicon.png') | @site.route('/favicon.png') | ||||||
| def favicon(): | def favicon(): | ||||||
|     return flask.send_file(common.FAVICON_PATH.absolute_path) |     return flask.send_file(common.FAVICON_PATH.absolute_path) | ||||||
| 
 |  | ||||||
| @site.route('/apitest') |  | ||||||
| def apitest(): |  | ||||||
|     response = flask.Response('testing') |  | ||||||
|     return response |  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue