Revert "duonet: use Default.aspx as default url"

This reverts commit 6cc46f3b09.
This commit is contained in:
Jérôme Schneider 2014-07-11 14:26:11 +02:00
parent 6cc46f3b09
commit c2045e8fcb
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ mapping = [
{
'path': r'/$',
'method': 'GET',
'redirect': '/Default.aspx',
'redirect': '/Connect.aspx?key=%s' % duonet_key,
},
]