1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-05 17:05:03 -05:00

Testing force update

This commit is contained in:
echel0n 2014-06-18 02:16:14 -07:00
parent 29c5c4de4d
commit 652de9172b

View File

@ -103,7 +103,7 @@ def initWebServer(options={}):
cookie_secret='61oETzKXQAGaYdkL5gEmGeJJFuYh7EQnp2XdTP1o/Vo='
)
# Index Handler
# Main Handler
app.add_handlers(".*$", [
(r"/", RedirectHandler, {'url': '%s/home/' % options['web_root']}),
(r'%s/api/(.*)(/?)' % options['web_root'], webapi.Api),