Skip to content

db.updateUser and db.replaceUser using wrong urls #783

@fspegni

Description

@fspegni

The functions updateUser and replaceUser in the database.ts file (here) seems to point towards wrong urls:

...
        path: `/api/user/${encodeURIComponent(username)}`,
...

instead of:

...
        path: `/_api/user/${encodeURIComponent(username)}`,
...

(note the underscore in /_api)

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA code defect that needs to be fixed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions