Remove excessive folders

This commit is contained in:
nicolas.dorier
2020-03-20 14:03:28 +09:00
parent a0e638d500
commit 55516a3253
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
namespace BTCPayServer.Controllers.RestApi.ApiKeys
namespace BTCPayServer.Controllers.RestApi
{
[ApiController]
[Authorize(AuthenticationSchemes = AuthenticationSchemes.ApiKey)]

View File

@@ -20,7 +20,7 @@ using Microsoft.AspNetCore.Mvc.ModelBinding;
using NicolasDorier.RateLimits;
using BTCPayServer.Client;
namespace BTCPayServer.Controllers.RestApi.Users
namespace BTCPayServer.Controllers.RestApi
{
[ApiController]
[Authorize(AuthenticationSchemes = AuthenticationSchemes.ApiKey)]