hurl file over http file

AddControllers

Formatting
This commit is contained in:
2025-09-06 12:11:57 -07:00
parent 895dab9413
commit 9c85684af7
13 changed files with 270 additions and 175 deletions

View File

@ -25,7 +25,7 @@ public class AssetsController(AssetService assetService) : ControllerBase {
[HttpGet("{ownerId:guid}/random-paths")]
public IActionResult GetRandomPaths(Guid ownerId) =>
Ok(_AssetService.GetRandomPaths(ownerId));
Ok(_AssetService.GetRandomPaths(ownerId, tomorrow: null));
[HttpGet("{ownerId:guid}/archived-tag")]
public IActionResult GetArchivedTag(Guid ownerId) =>