Skip to content

Commit efcc5b7

Browse files
committed
Fixed wrong BP name
1 parent 86757fc commit efcc5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/PyMatcha/routes/api/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from PyMatcha.utils.success import SuccessOutput
88

99

10-
history_bp = Blueprint("history_bp", __name__)
10+
history_bp = Blueprint("history", __name__)
1111

1212

1313
@history_bp.route("/history/viewed")

0 commit comments

Comments
 (0)