Update download.go

This commit is contained in:
nikk gitanes
2024-02-03 10:40:14 +03:00
parent 9d03b777f5
commit efb17ee48d

View File

@@ -47,7 +47,7 @@ func (f *fileReader) Seek(offset int64, whence int) (int64, error) {
//
// @Tags API
//
// @Param size path string true "Test file size"
// @Param size path string true "Test file size (in MB)"
//
// @Produce application/octet-stream
// @Success 200 {file} file