Skip to content

Commit 54acb2a

Browse files
committed
Update Program.cs
1 parent 7b7cf1e commit 54acb2a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

LinkRouter/Program.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ public abstract class Program
1414
public static void Main(string[] args)
1515
{
1616
var builder = WebApplication.CreateBuilder(args);
17-
18-
// Add services to the container.
19-
17+
2018
Directory.CreateDirectory(PathBuilder.Dir("data"));
2119

2220
builder.Services.AddControllers();

0 commit comments

Comments
 (0)