Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LocalApp/SMARTWEBSCRAPPER-CV/app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ def admin_delete_prediction(item_id):
# GESTION DES ANNOTATIONS MANUELLES
# ───────────────────────────────────────────────────────────────────

@app.route("/admin/annotations_manuelle")
@app.route("/admin/annotations_manuelles")
def admin_annotations_manuelles():
"""Affichage des annotations créées manuellement"""
Expand Down
Loading