Flattening /app folder to simplify PWA path

This commit is contained in:
James Barnsley
2019-04-19 07:29:17 +12:00
parent 91af43dca3
commit 43ca18ed8f
17 changed files with 20 additions and 7602 deletions

View File

@ -110,10 +110,10 @@ def iris_factory(config, core):
}
),
(
r'/app/(.*)',
r'/((.*)(?:css|js|json|map)$)',
tornado.web.StaticFileHandler,
{
'path': path+'/app'
'path': path
}
),
(