mandaye_cud: redirect / to homepage

This commit is contained in:
Jérôme Schneider 2014-09-09 14:36:22 +02:00
parent a135ce4115
commit 267767aa73
1 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,11 @@ mapping = [
'content-types': ['application/x-javascript', 'text/html', 'application/xml'],
}]
},
{
'path': r'^/$',
'method': 'GET',
'redirect': '/studio/accueil'
},
{
'path': r'/mandaye/login$',
'method': 'GET',