Skip to content

Commit

Permalink
Merge pull request #73 from CodingForChange/crossdomain
Browse files Browse the repository at this point in the history
Colocando o crossdomain.xml fora da versão. Conforme discussão na issue #71
  • Loading branch information
aleborba committed Jan 2, 2014
2 parents b5adecb + 204e4cf commit fa56778
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 fa56778

Please sign in to comment.