Fix namespaces
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
using System.Net.WebSockets;
|
||||
using Core.Context;
|
||||
using Core.Models.Config;
|
||||
using Core.Servers.Http;
|
||||
using Core.Services;
|
||||
using Microsoft.Extensions.Primitives;
|
||||
using Types.Annotations;
|
||||
using Types.Context;
|
||||
using Types.Models.Config;
|
||||
using Types.Servers.Http;
|
||||
using Types.Services;
|
||||
using ILogger = Types.Models.Utils.ILogger;
|
||||
using Core.Annotations;
|
||||
using ILogger = Core.Models.Utils.ILogger;
|
||||
using Utils_ILogger = Core.Models.Utils.ILogger;
|
||||
|
||||
namespace Types.Servers;
|
||||
namespace Core.Servers;
|
||||
|
||||
[Injectable(InjectionType.Singleton)]
|
||||
public class HttpServer
|
||||
|
||||
Reference in New Issue
Block a user