mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 16:27:23 +01:00
adjustments to config and cleanup nuget, remove implicit usings
This commit is contained in:
parent
afcb268ccc
commit
2510cce711
23 changed files with 156 additions and 96 deletions
|
|
@ -5,7 +5,11 @@ using MareSynchronosServices.Metrics;
|
|||
using MareSynchronosServices.Services;
|
||||
using MareSynchronosShared.Authentication;
|
||||
using MareSynchronosShared.Data;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Prometheus;
|
||||
|
||||
namespace MareSynchronosServices;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue