Skip to content

Commit

Permalink
drop get method from /history (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
imaitland authored Nov 11, 2024
1 parent 41098b2 commit fb75437
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evolver/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fb75437

Please sign in to comment.