[CHANGE] Channel & Account list to view models
This commit is contained in:
@@ -7,6 +7,8 @@ namespace Manager.App.Controllers;
|
||||
[Route("api/v1/[controller]")]
|
||||
public class FileController(ILibraryService libraryService) : ControllerBase
|
||||
{
|
||||
public static string CreateProvideUrl(Guid? id) => id == null ? "" : $"/api/v1/file/provide?id={id}";
|
||||
|
||||
[HttpGet("provide")]
|
||||
public async Task<IActionResult> ProvideFile([FromQuery(Name = "id")] Guid id, CancellationToken cancellationToken)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user