Skip to content

Commit

Permalink
Merge pull request #89 from davidjrh/subpage-load-bug
Browse files Browse the repository at this point in the history
fix: change uiUrl path from absolute to relative
  • Loading branch information
davidjrh authored Mar 14, 2023
2 parents da4f30c + f76fd08 commit 5da6d72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public IDictionary<string, object> GetSettings(int portalId)
#if DEBUG
var uiUrl = "http://localhost:8080/dist";
#else
var uiUrl = "/DesktopModules/Admin/Dnn.PersonaBar/Modules/Dnn.AzureAD";
var uiUrl = "./Modules/Dnn.AzureAD";
#endif
var apiUrl = "/DesktopModules/Admin/Dnn.PersonaBar/Modules/Dnn.AzureAD";
var version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();
Expand Down

0 comments on commit 5da6d72

Please sign in to comment.