Skip to content

Commit c73d0bf

Browse files
Update logging message in HelpController
1 parent de6824d commit c73d0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.BackOffice/Controllers/HelpController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public async Task<List<HelpPage>> GetContextHelpForPage(string section, string t
5050
{
5151
if (IsAllowedUrl(baseUrl) is false)
5252
{
53-
_logger.LogError($"The following URL is not listed in the allowlist for HelpPage in web.config: {baseUrl}");
53+
_logger.LogError($"The following URL is not listed in the allowlist for HelpPage in HelpPageSettings: {baseUrl}");
5454
HttpContext.Response.StatusCode = (int)HttpStatusCode.BadRequest;
5555

5656
// Ideally we'd want to return a BadRequestResult here,

0 commit comments

Comments
 (0)