Explorar el Código

set route path

Guénaël Muller hace 8 años
padre
commit
04a0a265a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tracim/views/default/default_controller.py

+ 1 - 1
tracim/views/default/default_controller.py Ver fichero

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',