set country start
This commit is contained in:
@@ -389,6 +389,14 @@ def get_office_country():
|
||||
result = OfficeCountryService.get_office_country_list()
|
||||
return jsonify(result)
|
||||
|
||||
@api.route('/office/set-country', methods=['POST'])
|
||||
# @token_required
|
||||
def set_office_country():
|
||||
# Call the dashboard service
|
||||
data = request.get_json()
|
||||
result = OfficeCountryService.set_office_country_list(data)
|
||||
return jsonify(result)
|
||||
|
||||
|
||||
@api.route('/office/customers', methods=['GET'])
|
||||
# @token_required
|
||||
|
||||
Reference in New Issue
Block a user