From 28f7f93f456dedcbbe835268b86d036d41183f25 Mon Sep 17 00:00:00 2001 From: iain maitland Date: Mon, 11 Nov 2024 15:25:39 -0500 Subject: [PATCH] drop get method from /history --- evolver/app/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/evolver/app/main.py b/evolver/app/main.py index 317d973b..c37e08f0 100644 --- a/evolver/app/main.py +++ b/evolver/app/main.py @@ -89,7 +89,6 @@ async def get_schema(classinfo: ImportString | None = evolver.util.fully_qualifi return SchemaResponse(classinfo=classinfo) -@app.get("/history/", operation_id="history") @app.post("/history/", operation_id="history") async def get_history( name: str = None,