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 fde2acb commit 4b93802Copy full SHA for 4b93802
examples/Webhook/Program.cs
@@ -16,8 +16,8 @@
16
config.GetSection(nameof(GotenbergSharpClient)).Bind(options);
17
18
var resourcePath = Path.Combine(AppContext.BaseDirectory, "resources", "Html");
19
-var footerPath = Path.Combine(resourcePath, "UrlHeader.html");
20
-var headerPath = Path.Combine(resourcePath, "UrlFooter.html");
+var headerPath = Path.Combine(resourcePath, "UrlHeader.html");
+var footerPath = Path.Combine(resourcePath, "UrlFooter.html");
21
22
Console.WriteLine($"Header: {headerPath}");
23
Console.WriteLine($"Footer: {footerPath}");
0 commit comments