We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebb7a0 commit ef8b17eCopy full SHA for ef8b17e
GithubWebpagesWebhook/PageViewer.cs
@@ -38,7 +38,7 @@ public static async Task<IActionResult> RunAsync(
38
}
39
40
41
- public static async Task<string> GenerateWebpageAsync()
+ private static async Task<string> GenerateWebpageAsync()
42
{
43
var template = await GetTemplateFileAsync();
44
@@ -52,7 +52,7 @@ public static async Task<string> GenerateWebpageAsync()
52
return htmlTemplate;
53
54
55
- public static async Task<string> GetTemplateFileAsync()
+ private static async Task<string> GetTemplateFileAsync()
56
57
#if DEBUG
58
return await File.ReadAllTextAsync("PageGenerator/index.html");
0 commit comments