An activity interface

This commit is contained in:
Paul Schneider 2026-08-30 23:55:09 +01:00
commit 6e2fec1620
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
30 changed files with 847 additions and 10 deletions

View file

@ -12,6 +12,7 @@ namespace Yavsc.Controllers
using Microsoft.EntityFrameworkCore;
using Yavsc.Server.Helpers;
[Authorize]
[Produces("application/json")]
[Route(Constants.APIPrefix + "/bookquery"), Authorize("Performer")]
public class BookQueryApiController : Controller