We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5adecb + 204e4cf commit fa56778Copy full SHA for fa56778
1 file changed
PostmonServer.py
@@ -175,7 +175,7 @@ def track_pack(provider, track):
175
bottle.mount('/v1', app_v1)
176
177
178
-@app_v1.route('/crossdomain.xml')
+@route('/crossdomain.xml')
179
def crossdomain():
180
response.content_type = 'application/xml'
181
return template('crossdomain')
0 commit comments