Skip to content

[Bug]: /rename endpoint is unimplemented #962

@tariqksoliman

Description

@tariqksoliman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions