The /api/resources routes where still available even though the isDerMarktEnabled config was set to false. We have to make sure that on both frontend and backend the features get disabled so I've added a new middleware which makes it more convenient to disable whole routes depending on the config setting.
The
/api/resources
routes where still available even though theisDerMarktEnabled
config was set to false. We have to make sure that on both frontend and backend the features get disabled so I've added a new middleware which makes it more convenient to disable whole routes depending on the config setting.