Hello,
Since it's now possible to disable the API in the settings, it arises some issues. For example, it is not possible to upload or delete a study thumbnail in the administration section because the routes are in the API scope.
POST /api/datasets/thumbnail/[filename]
POST /api/datasets/thumbnail_delete/[filename]
Is there a way to keep the API disabled while the thumbnail edition/removal works ?
P.S. there may be more instances of /api/* in webapp, we would be glad to report them if we spot them.