The POST /api/configure/rename endpoint is registered but has an empty handler — it does nothing. The configure frontend (configure/src/core/calls.js) has a rename call entry pointing to this endpoint, but the backend at API/Backend/Config/routes/configs.js:881 is just router.post("/rename", function (req, res, next) {});. The endpoint should either be implemented or removed.
From #333
The POST /api/configure/rename endpoint is registered but has an empty handler — it does nothing. The configure frontend (configure/src/core/calls.js) has a rename call entry pointing to this endpoint, but the backend at API/Backend/Config/routes/configs.js:881 is just router.post("/rename", function (req, res, next) {});. The endpoint should either be implemented or removed.
From #333