Skip to content

Commit

Permalink
add NotSelfHostOnly attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-bw committed Nov 21, 2024
1 parent 744d44c commit 47c89d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public OrganizationController(
}

[HttpGet("subscription")]
[SelfHosted(NotSelfHostedOnly = true)]
[ProducesResponseType(typeof(OrganizationSubscriptionDetailsResponseModel), (int)HttpStatusCode.OK)]
[ProducesResponseType(typeof(ErrorResponseModel), (int)HttpStatusCode.NotFound)]
public async Task<IActionResult> GetSubscriptionAsync()
Expand Down

0 comments on commit 47c89d8

Please sign in to comment.