250501 커밋
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using ServerCommon;
|
||||
using BrokerCore.ApiModels;
|
||||
using BrokerCore.Services;
|
||||
|
||||
namespace BrokerApiServer.Controllers;
|
||||
|
||||
using BrokerCore.Common;
|
||||
using BrokerCore.DbEntity;
|
||||
|
||||
using Common;
|
||||
using BrokerApiServer;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using ServerBase;
|
||||
using ServerCommon;
|
||||
using Swashbuckle.AspNetCore.Annotations;
|
||||
|
||||
|
||||
using BrokerApiCore;
|
||||
namespace BrokerApiServer.Controllers;
|
||||
|
||||
[Route("api/v1/admin")]
|
||||
[ApiController]
|
||||
// 운영자만 접근 가능한 컨트롤러
|
||||
|
||||
Reference in New Issue
Block a user