Add nbgv and add server info endpoint
Some checks failed
Build Vegasco Server / build (push) Failing after 59s
Some checks failed
Build Vegasco Server / build (push) Failing after 59s
This commit is contained in:
@@ -4,6 +4,7 @@ using Microsoft.Extensions.DependencyInjection.Extensions;
|
||||
using Vegasco.WebApi.Cars;
|
||||
using Vegasco.WebApi.Common;
|
||||
using Vegasco.WebApi.Consumptions;
|
||||
using Vegasco.WebApi.Info;
|
||||
|
||||
namespace Vegasco.WebApi.Endpoints;
|
||||
|
||||
@@ -46,5 +47,7 @@ public static class EndpointExtensions
|
||||
CreateConsumption.MapEndpoint(versionedApis);
|
||||
UpdateConsumption.MapEndpoint(versionedApis);
|
||||
DeleteConsumption.MapEndpoint(versionedApis);
|
||||
|
||||
GetServerInfo.MapEndpoint(versionedApis);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user