refactor: move files
Some checks failed
.NET Test Pipeline / build-and-test (pull_request) Failing after 1m13s

This commit is contained in:
Polianin Nikita 2024-01-28 06:28:14 +03:00
parent 37eb798269
commit 810c8ec5cf
5 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,7 @@
using Microsoft.AspNetCore.Http;
using System;
using Microsoft.AspNetCore.Mvc;
using Mirea.Api.Endpoint.Models;
using System;
namespace Mirea.Api.Endpoint.Common.Extensions;

View File

@ -1,6 +1,7 @@
using Microsoft.AspNetCore.Http;
using System;
using Microsoft.AspNetCore.Mvc;
using Mirea.Api.Endpoint.Models;
using System;
namespace Mirea.Api.Endpoint.Common.Extensions;

View File

@ -5,7 +5,7 @@ using Microsoft.OpenApi.Models;
using Swashbuckle.AspNetCore.SwaggerGen;
using System;
namespace Mirea.Api.Endpoint;
namespace Mirea.Api.Endpoint.Configuration;
public class ConfigureSwaggerOptions(IApiVersionDescriptionProvider provider) : IConfigureOptions<SwaggerGenOptions>
{

View File

@ -1,7 +1,7 @@
using System;
using System.IO;
namespace Mirea.Api.Endpoint;
namespace Mirea.Api.Endpoint.Configuration;
internal static class EnvironmentManager
{

View File

@ -1,4 +1,4 @@
namespace Mirea.Api.Endpoint.Common.Extensions;
namespace Mirea.Api.Endpoint.Models;
/// <summary>
/// A class for providing information about an error