Preparing repo for merge of frontend with backend

This commit is contained in:
2025-04-25 18:11:27 +02:00
parent 2611ab39fb
commit 4c2b4bf5d0
8 changed files with 14 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ api_blueprint = Blueprint("api", __name__, template_folder="templates")
# API to process vehicle
@api_blueprint.route("/api", methods=["POST"])
@api_blueprint.route("/", methods=["POST"])
def data():
data = request.data
np = asyncio.run(process_image(image=data))