Skip to content

Commit

Permalink
[FIX] remaining of merge
Browse files Browse the repository at this point in the history
  • Loading branch information
whikernel committed Jan 13, 2025
1 parent 722cf75 commit c350c52
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions source/app/blueprints/rest/v2/alerts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@
alerts_blueprint = Blueprint('alerts', __name__, url_prefix='/alerts')


<<<<<<< HEAD
@alerts_bp.get('')
=======
@alerts_blueprint.get('/filter')
>>>>>>> develop
@alerts_blueprint.get('')
@ac_api_requires(Permissions.alerts_read)
def alerts_list_route() -> Response:
"""
Expand Down

0 comments on commit c350c52

Please sign in to comment.