Browse Source

set route path

Guénaël Muller 7 years ago
parent
commit
04a0a265a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/views/default/default_controller.py

+ 1 - 1
tracim/views/default/default_controller.py View File

@@ -80,7 +80,7 @@ class DefaultController(Controller):
80 80
             renderer='tracim:templates/mytemplate.jinja2',
81 81
         )
82 82
         # TODO - G.M - 10-04-2018 - [cleanup][tempExample] - Drop this method
83
-        configurator.add_route('user', '/user')
83
+        configurator.add_route('user', '/test_user')
84 84
         configurator.add_view(
85 85
             self.user,
86 86
             route_name='user',