mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
add NotSelfHostOnly attribute
This commit is contained in:
parent
744d44ccef
commit
47c89d838f
@ -37,6 +37,7 @@ public class OrganizationController : Controller
|
||||
}
|
||||
|
||||
[HttpGet("subscription")]
|
||||
[SelfHosted(NotSelfHostedOnly = true)]
|
||||
[ProducesResponseType(typeof(OrganizationSubscriptionDetailsResponseModel), (int)HttpStatusCode.OK)]
|
||||
[ProducesResponseType(typeof(ErrorResponseModel), (int)HttpStatusCode.NotFound)]
|
||||
public async Task<IActionResult> GetSubscriptionAsync()
|
||||
|
Loading…
Reference in New Issue
Block a user