Eliminate DeepDrftPublic internal track API

This commit is contained in:
Daniel Harvey
2026-05-25 12:55:30 -04:00
parent 068205a84e
commit e334886022
11 changed files with 27 additions and 150 deletions
+1 -2
View File
@@ -47,8 +47,7 @@ public class TrackController : ControllerBase
// resolution never treats "page", "upload", or "meta" as a trackId.
// GET api/track/page?page=1&pageSize=20&sortColumn=TrackName&sortDescending=false
// CMS metadata listing — paged read straight from SQL.
[ApiKeyAuthorize]
// Public track listing — paged read straight from SQL. Unauthenticated, like GET api/track/{id}.
[HttpGet("page")]
public async Task<ActionResult> GetPage(
[FromQuery] int page = 1,