Add swagger and docs

This commit is contained in:
Kieran
2022-03-08 13:47:42 +00:00
parent 22877e214b
commit d7d092bc63
14 changed files with 194 additions and 7 deletions

View File

@@ -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}")]