402
This commit is contained in:
		
							parent
							
								
									a0faecd030
								
							
						
					
					
						commit
						01a3364df4
					
				| @ -125,3 +125,8 @@ async def operatorcss(): | ||||
| @app.post("/api/") | ||||
| async def api(json: dict, session: str): | ||||
|     return await repeat(lambda: url_post(f"{ubot}api/", {"session": session}, json, handle_json)) | ||||
| 
 | ||||
| 
 | ||||
| @app.get("/win/") | ||||
| async def win(): | ||||
|     raise HTTPException(402) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user