fixing broken salt_ip_verify_tool method

This commit is contained in:
Craig Sebenik 2013-08-06 16:46:41 -07:00
parent 43e0a7e38b
commit 70a6844699

View File

@ -220,6 +220,8 @@ def salt_ip_verify_tool():
'status': cherrypy.response.status,
'return': "Bad IP",
}
request = cherrypy.serving.request
cherrypy.response.headers['Access-Control-Allow-Origin'] = '*'
def salt_auth_tool():