Doc upload in progress.

This commit is contained in:
Patrick Fic
2020-01-14 16:12:51 -08:00
parent e4693685fe
commit 68ea655ac7
18 changed files with 373 additions and 11 deletions

View File

@@ -31,3 +31,6 @@ app.listen(port, error => {
if (error) throw error;
console.log("Server running on port " + port);
});
var s3upload = require("./s3upload");
app.get("/sign_s3", s3upload.sign_s3);