Skip to content

Commit

Permalink
Colocando o crossdomain.xml fora da versão.
Browse files Browse the repository at this point in the history
Não existe necessidade, conforme issue #71
  • Loading branch information
Alê Borba committed Jan 2, 2014
1 parent f61c211 commit 204e4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PostmonServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def track_pack(provider, track):
bottle.mount('/v1', app_v1)


@app_v1.route('/crossdomain.xml')
@route('/crossdomain.xml')
def crossdomain():
response.content_type = 'application/xml'
return template('crossdomain')
Expand Down

0 comments on commit 204e4cf

Please sign in to comment.