seb contents

This commit is contained in:
CHIEFSOFT\ameye
2025-10-18 04:18:06 -04:00
parent 88e96bf70a
commit 9d7909fb42
5 changed files with 62 additions and 3 deletions
+9
View File
@@ -608,6 +608,15 @@ def get_refresh_generatives():
result = GenerativesService.process_generatives_list(data)
return jsonify(result)
# =====================================================
@api.route('/web/traffic', methods=['POST'])
# @token_required
def get_web_traffic():
# Call the dashboard service
data = request.get_json()
result = WebContentsService.get_web_trafic_data(data)
return jsonify(data)
# ===================================================
# Common Data