persephone-tools / persephone-web-API

Web API for use with the Persephone library
GNU Affero General Public License v3.0
8 stars 2 forks source link

Report on supported file types in backend endpoint #140

Closed shuttle1987 closed 5 years ago

shuttle1987 commented 5 years ago

In #139 we added in an endpoint to let the API users know what files would be accepted, this closed #6 but in a nasty manner in order to unblock frontend work. This is currently hardcoded and should be generated from what's actually accepted both by the flask uploads and the backend.

shuttle1987 commented 5 years ago

This requires a new feature in the Persephone library to support this.

shuttle1987 commented 5 years ago

This is a duplicate of #135