Skip to content

Commit

Permalink
Forbidden error
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnJyong committed Apr 2, 2024
1 parent 73c4d4b commit 9106ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/service_api/wraps.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from flask_login import user_logged_in
from flask_restful import Resource
from pydantic import BaseModel
from werkzeug.exceptions import NotFound, Unauthorized, Forbidden
from werkzeug.exceptions import Forbidden, NotFound, Unauthorized

from extensions.ext_database import db
from libs.login import _get_user
Expand Down

0 comments on commit 9106ead

Please sign in to comment.