From 42a502e3f2bf5a933f80a8f19794c02ca813e77b Mon Sep 17 00:00:00 2001 From: iotcat Date: Wed, 17 Jun 2020 16:27:52 +0800 Subject: [PATCH] rm upload --- .gitignore | 1 + index.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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';