mysociety / popit-api

DEPRECATED - Development on PopIt has stopped and it is no longer being maintained
https://goo.gl/Vvej4Q
Other
17 stars 3 forks source link

Explicitly use the saveImages middleware #125

Closed chrismytton closed 9 years ago

chrismytton commented 9 years ago

Rather than just use() the middleware and attach it to all routes make it a named middleware then just use it in the places that need it.

I'm not entirely sure why it didn't work correctly previously, but this fixes it.

Fixes https://github.com/mysociety/popit/issues/751