Skip to content

Commit 19c1d16

Browse files
committed
fix: [chat viewer] remove unused endpoint
1 parent b668729 commit 19c1d16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

var/www/blueprints/chats_explorer.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ def create_json_response(data, status_code):
3939

4040
# ============= ROUTES ==============
4141

42-
@chats_explorer.route("/chats/explorer", methods=['GET'])
43-
@login_required
44-
@login_read_only
45-
def chats_explorer_dashboard():
46-
return
42+
# @chats_explorer.route("/chats/explorer", methods=['GET'])
43+
# @login_required
44+
# @login_read_only
45+
# def chats_explorer_dashboard():
46+
# return
4747

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

0 commit comments

Comments
 (0)