refactor: AdminController 移动到 api 目录下
This commit is contained in:
parent
bc5301679a
commit
5b0d65decd
|
@ -1,6 +1,6 @@
|
|||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace Bootstrap.Client.Controllers
|
||||
namespace Bootstrap.Client.Controllers.Api
|
||||
{
|
||||
/// <summary>
|
||||
/// 运维管理接口
|
Loading…
Reference in New Issue