We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bd4f5 commit 57cb7deCopy full SHA for 57cb7de
src/Core/Clients/CloudflareClient.cs
@@ -1,6 +1,5 @@
1
using System.Text.Json;
2
using Core.Requests;
3
-using Core.Responses;
4
5
namespace Core.Clients;
6
src/Core/Program.cs
@@ -5,8 +5,10 @@
namespace Core;
7
8
-public static class Program {
9
- public static void Main(string[] args) {
+public static class Program
+{
10
+ public static void Main(string[] args)
11
+ {
12
var builder = WebApplication.CreateSlimBuilder(args);
13
14
builder.Services.AddOptions<CloudflareOptions>()
0 commit comments