- Timestamp:
- 14/08/07 12:17:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/ows_framework/trunk/ows_server/ows_server/config/routing.py
r2789 r2802 40 40 map.connect('correct/:uri', controller='retrieve', action='correct') 41 41 map.connect('retrieve/:uri', controller = 'retrieve') 42 map.connect('selection',controller='selection',action='index') 43 map.connect('expand/:uri',controller='selection',action='expand') 42 44 43 45 # This route doesn't match the controller's parameters.
Note: See TracChangeset
for help on using the changeset viewer.