Skip to content

Commit b95b7aa

Browse files
committed
Improve file naming
1 parent 7fa9cf1 commit b95b7aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

App/Api/Setup/ApiServiceExtensions.cs renamed to App/Api/Setup/ApiServices.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
using Asp.Versioning;
55
using Microsoft.AspNetCore.Http.Json;
66
using Microsoft.AspNetCore.Server.Kestrel.Core;
7-
using Microsoft.Extensions.Options;
87
using Serilog;
98
using Services;
109

1110
namespace Api.Setup;
1211

13-
internal static class ApiServiceExtensions
12+
internal static class ApiServices
1413
{
1514
public static void ConfigureServices(this IServiceCollection services)
1615
{

0 commit comments

Comments
 (0)