Fixes: U4-6428 Grid configuration does not support virtual paths - and therefore is not compatible with virtual directories

This commit is contained in:
Shannon
2015-03-19 11:35:04 +11:00
parent fad3599f50
commit 6cf25f0043
4 changed files with 40 additions and 8 deletions

View File

@@ -58,6 +58,9 @@
"umbracoUrls": {
"authenticationApiBaseUrl": "@(Url.GetUmbracoApiServiceBaseUrl<AuthenticationController>(controller => controller.PostLogin(null)))",
"serverVarsJs": '@Url.GetUrlWithCacheBust("ServerVariables", "BackOffice")'
},
"application": {
"applicationPath" : "@Context.Request.ApplicationPath"
}
};
</script>