Greenstand / treetracker-admin-api

Legacy API microservice for the admin panel
GNU Affero General Public License v3.0
31 stars 81 forks source link

fix: enable DELETE on API deployment #561

Closed nmcharlton closed 3 years ago

nmcharlton commented 3 years ago

Resolves #553

The API supports the DELETE method and translates it to setting active=false on the matching record. This is now reflected in the deployment configuration.