##// END OF EJS Templates
/texteditor/ in URLs -> /edit/
Thomas Kluyver -
Show More
@@ -25,5 +25,5 b' class EditorHandler(IPythonHandler):'
25 25 )
26 26
27 27 default_handlers = [
28 (r"/texteditor%s" % path_regex, EditorHandler),
28 (r"/edit%s" % path_regex, EditorHandler),
29 29 ] No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now