mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-11-15 20:27:00 +01:00
Add swagger and docs
This commit is contained in:
@@ -31,6 +31,10 @@ public class DownloadController : Controller
|
||||
return SetupDownload(gid);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Download a specific file by Id
|
||||
/// </summary>
|
||||
/// <param name="id"></param>
|
||||
[ResponseCache(Location = ResponseCacheLocation.Any, Duration = 86400)]
|
||||
[HttpGet]
|
||||
[Route("{id}")]
|
||||
|
||||
Reference in New Issue
Block a user