Ghost/core/server/web/api/v2/admin
notanengineercom 631716053a 🐛 Fixed files staying in temp directory after upload is done
closes #10174

- Introduced upload middleware that cleans up temporary files stored by mutler after the request is finished
- Removed redundant fs.remove calls as this work is now handled in newly introduced middleware
2019-01-30 09:24:29 +00:00
..
app.js Added API Key auth middleware to v2 Admin API (#10006) 2019-01-18 12:45:06 +00:00
middleware.js Renamed API -> Api for v2 auth logic (#10142) 2018-12-03 18:08:57 +01:00
routes.js 🐛 Fixed files staying in temp directory after upload is done 2019-01-30 09:24:29 +00:00