diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-10 17:25:32 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-10 17:25:32 +0100 |
| commit | 3cc9ff370a5e3f5bf321dc56963ae3bc73e75284 (patch) | |
| tree | 194bcafac19e2cc1a77aaab7303d68aafdbbe312 /bucky/app/index.js | |
| parent | d9b9383118302aff6d73856175d7362d8b1463c5 (diff) | |
posting new threads and comments working
Diffstat (limited to 'bucky/app/index.js')
| -rw-r--r-- | bucky/app/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bucky/app/index.js b/bucky/app/index.js index cbf7388..be3e732 100644 --- a/bucky/app/index.js +++ b/bucky/app/index.js @@ -60,7 +60,6 @@ site.init = function(){ key: process.env.S3_KEY, secret: process.env.S3_SECRET, bucket: process.env.S3_BUCKET, - path: process.env.S3_PATH, }) site.route(app) |
