diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2010-02-23 10:53:47 -0700 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2010-03-01 20:21:38 -0700 |
commit | 942919bef77030b10a96cab66ab878a8a3d7ef10 (patch) | |
tree | e4f7f3262d913729c80ddf057b4b06db4aec252c /ipalib/constants.py | |
parent | 5220c949a446fcdc870708ea09ec1b444a715edd (diff) | |
download | freeipa-942919bef77030b10a96cab66ab878a8a3d7ef10.tar.gz freeipa-942919bef77030b10a96cab66ab878a8a3d7ef10.tar.xz freeipa-942919bef77030b10a96cab66ab878a8a3d7ef10.zip |
Consolidate to single WSGI entry point
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r-- | ipalib/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py index 79ddbca8f..a94207696 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -108,7 +108,7 @@ DEFAULT_CONFIG = ( ('mount_ipa', '/ipa/'), ('mount_xmlserver', 'xml'), ('mount_jsonserver', 'json'), - ('mount_webui', 'ui/'), + ('mount_webui', 'ui'), ('mount_webui_assets', '/ipa-assets/'), # WebUI stuff: |