From 204e4cf39336601834c7d6c98597db1d5406cf9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=AA=20Borba?= Date: Thu, 2 Jan 2014 09:26:52 -0200 Subject: [PATCH] =?UTF-8?q?Colocando=20o=20crossdomain.xml=20fora=20da=20v?= =?UTF-8?q?ers=C3=A3o.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Não existe necessidade, conforme issue #71 --- PostmonServer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PostmonServer.py b/PostmonServer.py index 344074e..7b1966e 100644 --- a/PostmonServer.py +++ b/PostmonServer.py @@ -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')