Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Added support for Umbraco in a virtual directory
Browse files Browse the repository at this point in the history
  • Loading branch information
leekelleher committed Jul 11, 2018
1 parent 3cd4c7e commit 2e16cbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ angular.module("umbraco.resources").factory("Our.Umbraco.StackedContent.Resource
getPreviewMarkup: function (data, pageId) {
return umbRequestHelper.resourcePromise(
$http({
url: "/umbraco/backoffice/StackedContent/StackedContentApi/GetPreviewMarkup",
url: umbRequestHelper.convertVirtualToAbsolutePath("~/umbraco/backoffice/StackedContent/StackedContentApi/GetPreviewMarkup"),
method: "POST",
params: { pageId: pageId },
data: data
Expand Down

0 comments on commit 2e16cbd

Please sign in to comment.