Add controllers for the Get method #9
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace Mirea.Api.Endpoint;
|
||||
namespace Mirea.Api.Endpoint.Configuration;
|
||||
|
||||
internal static class EnvironmentManager
|
||||
{
|
@ -1,4 +1,4 @@
|
||||
namespace Mirea.Api.Endpoint.Common.Extensions;
|
||||
namespace Mirea.Api.Endpoint.Models;
|
||||
|
||||
/// <summary>
|
||||
/// A class for providing information about an error
|
Loading…
Reference in New Issue
Block a user