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
             renderer='tracim:templates/mytemplate.jinja2',
80
             renderer='tracim:templates/mytemplate.jinja2',
81
         )
81
         )
82
         # TODO - G.M - 10-04-2018 - [cleanup][tempExample] - Drop this method
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
         configurator.add_view(
84
         configurator.add_view(
85
             self.user,
85
             self.user,
86
             route_name='user',
86
             route_name='user',