Ver Fonte

fix path

Daniel Sheffield há 8 meses atrás
pai
commit
d29ffb6125
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      rest/pyapi.py

+ 1 - 1
rest/pyapi.py

@@ -34,7 +34,7 @@ SELECT query_to_xml_and_xmlschema({q}, false, false, ''::text);
 @route('/pyapi/xslt')
 def table():
     response.content_type = 'application/xhtml+xml; charset=utf-8'
-    return static_file("rest/query-to-xml-xslt.xml", root="rest")
+    return static_file("query-to-xml-xslt.xml", root="rest")
 
 @route('/pyapi/pg')
 def specified():