diff --git a/.gitignore b/.gitignore index 002f89c..0d46d67 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules/ +upload\ diff --git a/index.js b/index.js index c53b145..8cc8cbf 100644 --- a/index.js +++ b/index.js @@ -10,7 +10,7 @@ const app = express(); const port = 3000; -const path = './upload'; +const path = '/tmp/upload';