Skip to content

Commit c9b5230

Browse files
committed
Remove unused imports and update metrics info in README
1 parent e0a4810 commit c9b5230

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

LinkRouter/App/Http/Controllers/RedirectController.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
using System.Text.Json;
2-
using System.IO;
3-
using LinkRouter.App.Configuration;
1+
using LinkRouter.App.Configuration;
42
using Microsoft.AspNetCore.Mvc;
5-
using MoonCore.Services;
63

74
namespace LinkRouter.App.Http.Controllers;
85

LinkRouter/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using LinkRouter.App.Services;
66
using MoonCore.Extensions;
77
using MoonCore.Helpers;
8-
using MoonCore.Services;
98

109
namespace LinkRouter;
1110

0 commit comments

Comments
 (0)