Merge backend + frontend #1
@@ -7,4 +7,7 @@ blueprint = Blueprint("control", __name__)
 | 
				
			|||||||
@blueprint.get("/control/ping/")
 | 
					@blueprint.get("/control/ping/")
 | 
				
			||||||
@rate_exempt
 | 
					@rate_exempt
 | 
				
			||||||
async def ping() -> ResponseReturnValue:
 | 
					async def ping() -> ResponseReturnValue:
 | 
				
			||||||
 | 
					    """Ping the server
 | 
				
			||||||
 | 
					    Check if server is up and running.
 | 
				
			||||||
 | 
					    """
 | 
				
			||||||
    return {"ping": "pong"}
 | 
					    return {"ping": "pong"}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user