Skip to content

Commit

Permalink
fix: [chat viewer] remove unused endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Feb 27, 2025
1 parent b668729 commit 19c1d16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions var/www/blueprints/chats_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ def create_json_response(data, status_code):

# ============= ROUTES ==============

@chats_explorer.route("/chats/explorer", methods=['GET'])
@login_required
@login_read_only
def chats_explorer_dashboard():
return
# @chats_explorer.route("/chats/explorer", methods=['GET'])
# @login_required
# @login_read_only
# def chats_explorer_dashboard():
# return

@chats_explorer.route("chats/explorer/protocols", methods=['GET'])
@login_required
Expand Down

0 comments on commit 19c1d16

Please sign in to comment.