We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7cf1e commit 54acb2aCopy full SHA for 54acb2a
1 file changed
LinkRouter/Program.cs
@@ -14,9 +14,7 @@ public abstract class Program
14
public static void Main(string[] args)
15
{
16
var builder = WebApplication.CreateBuilder(args);
17
-
18
- // Add services to the container.
19
+
20
Directory.CreateDirectory(PathBuilder.Dir("data"));
21
22
builder.Services.AddControllers();
0 commit comments