refactor: move files
Some checks failed
.NET Test Pipeline / build-and-test (pull_request) Failing after 1m13s
Some checks failed
.NET Test Pipeline / build-and-test (pull_request) Failing after 1m13s
This commit is contained in:
parent
37eb798269
commit
810c8ec5cf
@ -1,6 +1,7 @@
|
|||||||
using Microsoft.AspNetCore.Http;
|
using Microsoft.AspNetCore.Http;
|
||||||
using System;
|
|
||||||
using Microsoft.AspNetCore.Mvc;
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
using Mirea.Api.Endpoint.Models;
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace Mirea.Api.Endpoint.Common.Extensions;
|
namespace Mirea.Api.Endpoint.Common.Extensions;
|
||||||
|
|
@ -1,6 +1,7 @@
|
|||||||
using Microsoft.AspNetCore.Http;
|
using Microsoft.AspNetCore.Http;
|
||||||
using System;
|
|
||||||
using Microsoft.AspNetCore.Mvc;
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
using Mirea.Api.Endpoint.Models;
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace Mirea.Api.Endpoint.Common.Extensions;
|
namespace Mirea.Api.Endpoint.Common.Extensions;
|
||||||
|
|
@ -5,7 +5,7 @@ using Microsoft.OpenApi.Models;
|
|||||||
using Swashbuckle.AspNetCore.SwaggerGen;
|
using Swashbuckle.AspNetCore.SwaggerGen;
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace Mirea.Api.Endpoint;
|
namespace Mirea.Api.Endpoint.Configuration;
|
||||||
|
|
||||||
public class ConfigureSwaggerOptions(IApiVersionDescriptionProvider provider) : IConfigureOptions<SwaggerGenOptions>
|
public class ConfigureSwaggerOptions(IApiVersionDescriptionProvider provider) : IConfigureOptions<SwaggerGenOptions>
|
||||||
{
|
{
|
@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
namespace Mirea.Api.Endpoint;
|
namespace Mirea.Api.Endpoint.Configuration;
|
||||||
|
|
||||||
internal static class EnvironmentManager
|
internal static class EnvironmentManager
|
||||||
{
|
{
|
@ -1,4 +1,4 @@
|
|||||||
namespace Mirea.Api.Endpoint.Common.Extensions;
|
namespace Mirea.Api.Endpoint.Models;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A class for providing information about an error
|
/// A class for providing information about an error
|
Loading…
Reference in New Issue
Block a user