Update subgen.py

This commit is contained in:
McCloudS
2024-03-04 08:01:19 -07:00
committed by GitHub
parent b7302921f4
commit b051f434bc

View File

@@ -104,7 +104,7 @@ def handle_get_request(request: Request):
@app.get("/status") @app.get("/status")
def status(): def status():
return {f"version" : "Subgen v{subgen_version}"} return {"version" : f"Subgen v{subgen_version}"}
@app.post("/webhook") @app.post("/webhook")
async def print_warning(): async def print_warning():