From e4fb07348cf7d1ef1f8560beca6aee3f459b9385 Mon Sep 17 00:00:00 2001 From: TPD94 Date: Sun, 1 Jun 2025 12:19:19 -0400 Subject: [PATCH] Update api.py --- routes/api.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/routes/api.py b/routes/api.py index f8a1979..2d76a96 100644 --- a/routes/api.py +++ b/routes/api.py @@ -258,4 +258,10 @@ def get_links(): 'discord': icon_data['discord'], 'telegram': icon_data['telegram'], 'gitea': icon_data['gitea'], + }) + +@api_bp.route('/api/extension', methods=['POST']) +def verify_extension(): + return jsonify({ + 'status': True, }) \ No newline at end of file