🎨 Updating gateway code formatting
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
using Microsoft.AspNetCore.Mvc;
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
|
||||||
|
namespace DysonNetwork.Gateway.Configuration;
|
||||||
|
|
||||||
[ApiController]
|
[ApiController]
|
||||||
[Route("config")]
|
[Route("config")]
|
||||||
public class ConfigurationController(IConfiguration configuration) : ControllerBase
|
public class ConfigurationController(IConfiguration configuration) : ControllerBase
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
|
|
||||||
namespace DysonNetwork.Gateway.Configuration;
|
namespace DysonNetwork.Gateway.Configuration;
|
||||||
|
|
||||||
public class GatewayEndpointsOptions
|
public class GatewayEndpointsOptions
|
||||||
|
|||||||
Reference in New Issue
Block a user