new version

This commit is contained in:
Paul Warren 2022-09-27 01:45:28 +00:00
parent 684cac8b6f
commit b1b3b5d3eb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Post image Data to /desteg and receive a copy of that image with the least signi
Example: curl -H "Content-Type: application/png" --data-binary @image.png http://localhost:5002/desteg -o image_destegged.png
Updated 2022-08-11
Updated 2022-09-27
"""
@app.route("/desteg", methods=["GET"])