runnable swagger

This commit is contained in:
Bel LaPointe
2020-07-24 23:23:50 -06:00
parent 95555f46ec
commit 55d8cf5d43
15 changed files with 556 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ func filesPostFromDirectLink(w http.ResponseWriter, r *http.Request) error {
return err
}
defer f.Close()
// TODO max bytes reader
_, err = io.Copy(f, resp.Body)
return err
}