🚚 Rename the DysonNetwork.Shared.Http module
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace DysonNetwork.Shared.Http;
|
||||
namespace DysonNetwork.Shared.Networking;
|
||||
|
||||
/// <summary>
|
||||
/// Standardized error payload to return to clients.
|
||||
@@ -5,7 +5,7 @@ using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.AspNetCore.Server.Kestrel.Core;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
|
||||
namespace DysonNetwork.Shared.Http;
|
||||
namespace DysonNetwork.Shared.Networking;
|
||||
|
||||
public static class KestrelConfiguration
|
||||
{
|
||||
@@ -4,7 +4,7 @@ using Microsoft.AspNetCore.HttpOverrides;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using IPNetwork = System.Net.IPNetwork;
|
||||
|
||||
namespace DysonNetwork.Shared.Http;
|
||||
namespace DysonNetwork.Shared.Networking;
|
||||
|
||||
public static class KnownProxiesConfiguration
|
||||
{
|
||||
@@ -2,7 +2,7 @@ using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.OpenApi;
|
||||
|
||||
namespace DysonNetwork.Shared.Http;
|
||||
namespace DysonNetwork.Shared.Networking;
|
||||
|
||||
public static class SwaggerGen
|
||||
{
|
||||
Reference in New Issue
Block a user