You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-10-30 07:25:34 +03:00
Enable json input\output in endpoints by default and opt out of it by using disable_json decorator
This commit is contained in:
@@ -23,8 +23,6 @@ def response_error(text):
|
||||
|
||||
|
||||
class S3DataLoadController:
|
||||
@cherrypy.tools.json_in()
|
||||
@cherrypy.tools.json_out()
|
||||
@cherrypy.tools.validate_api_key() # pylint: disable=no-member
|
||||
def load_s3data(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user