Activity protection
Some checks failed
Dotnet build and test / log-the-inputs (push) Has been cancelled
Dotnet build and test / build (push) Has been cancelled

This commit is contained in:
Paul Schneider 2026-08-10 18:12:59 +01:00
commit 44b391d496
No known key found for this signature in database
GPG key ID: 1E66C65EE2B46F1B
6 changed files with 42 additions and 7 deletions

View file

@ -1,15 +1,15 @@

using System;
using System.Linq;
using System.Security.Claims;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using Yavsc.Helpers;
using Yavsc.Models;
using Yavsc.Models.Identity;
using Yavsc.Server.Helpers;
#nullable enable
[Authorize, Route("~/api/gcm")]
public class NativeConfidentialController : Controller
{