/texteditor/ in URLs -> /edit/

This commit is contained in:
Thomas Kluyver 2014-11-25 10:04:57 -08:00
parent d9a374c473
commit 6070f84c8d

View File

@ -25,5 +25,5 @@ class EditorHandler(IPythonHandler):
)
default_handlers = [
(r"/texteditor%s" % path_regex, EditorHandler),
(r"/edit%s" % path_regex, EditorHandler),
]