mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
commit
9bc19ba7d2
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ cherrypy.tools.salt_auth = cherrypy.Tool('before_request_body',
|
|||
salt_auth_tool, priority=60)
|
||||
cherrypy.tools.hypermedia_in = cherrypy.Tool('before_request_body',
|
||||
hypermedia_in)
|
||||
cherrypy.tools.cors_tool = cherrypy.Tool('before_handler',
|
||||
cherrypy.tools.cors_tool = cherrypy.Tool('before_request_body',
|
||||
cors_tool, priority=30)
|
||||
cherrypy.tools.lowdata_fmt = cherrypy.Tool('before_handler',
|
||||
lowdata_fmt, priority=40)
|
||||
|
|
Loading…
Add table
Reference in a new issue