diff bin/rdfdb @ 1212:95dfce5c12ce

rearrange /static. new bin/homepage Ignore-this: 2b17aa8e74a9c052a9a93704e85287b1
author drewp@bigasterisk.com
date Sun, 07 Jun 2015 22:42:33 +0000
parents a296d842d0da
children 70f42f9d6e04
line wrap: on
line diff
--- a/bin/rdfdb	Sat Jun 06 19:14:14 2015 +0000
+++ b/bin/rdfdb	Sun Jun 07 22:42:33 2015 +0000
@@ -428,7 +428,6 @@
         (r'/patches', Patches),
         (r'/graphClients', GraphClients),
 
-        (r'/static/(.*)', cyclone.web.StaticFileHandler, {'path': 'static/'}),
         (r'/(.*)', NoExts,
          {"path" : "light9/rdfdb/web",
           "default_filename" : "index.xhtml"}),