seb contents
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user