redirect /

This commit is contained in:
Jérôme Schneider 2014-06-04 11:18:42 +02:00
parent 2840250f87
commit 8141a26843
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@ urls = {
index_url = '/ffaxsslMeyzieu/workflow_url?ECITIZ_ACTIVITY_PATH=Citoyen&ECITIZ_HOME_URL=citoyen.jsp&ECITIZ_PROCESS_ID=guichet&ECITIZ_DECONNECTION_URL=services_list.jsp&ECITIZ_ORG=MEY00'
mapping = [
{
'path': r'/$',
'method': 'GET',
'redirect': index_url,
},
{
'path': r'/mandaye/login$',
'method': 'GET',