Birthday
hurl file over http file AddControllers Formatting
This commit is contained in:
@ -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) =>
|
||||
|
Reference in New Issue
Block a user