diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-04-21 22:56:56 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-04-21 22:56:56 +0200 |
| commit | 2f975c41933731d81e570029fb59457399ec6d0d (patch) | |
| tree | 9c1ab1bfcf50472cf14f83fd79d6e637d99725eb /src/server/Api/Internal/Account/GetClaimsRoute.cs | |
| parent | 1d482a4ec2cf24dbe7cc6cb02e192e1b9545f796 (diff) | |
| download | bookmark-thing-2f975c41933731d81e570029fb59457399ec6d0d.tar.xz bookmark-thing-2f975c41933731d81e570029fb59457399ec6d0d.zip | |
.
Diffstat (limited to 'src/server/Api/Internal/Account/GetClaimsRoute.cs')
| -rw-r--r-- | src/server/Api/Internal/Account/GetClaimsRoute.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/Api/Internal/Account/GetClaimsRoute.cs b/src/server/Api/Internal/Account/GetClaimsRoute.cs index fde8887..b072a39 100644 --- a/src/server/Api/Internal/Account/GetClaimsRoute.cs +++ b/src/server/Api/Internal/Account/GetClaimsRoute.cs @@ -2,6 +2,8 @@ namespace IOL.BookmarkThing.Server.Api.Internal.Account; public class GetClaimsRoute : RouteBaseInternalSync.WithoutRequest.WithActionResult { + [ApiVersionNeutral] + [ApiExplorerSettings(IgnoreApi = true)] [HttpGet("~/v{apiVersion:apiVersion}/account/claims")] public override ActionResult Handle() { if (HttpContext.Request.Query.ContainsKey("download")) { |
