Skip to content

issue: use kebab-case for the api routes #5

Description

@dimeskigj

Currently, the API's routes are using snakeCase: /api/pharmacies/byLocation. The standard for URLs is kebab-case, like so: /api/pharmacies/by-location.

These routes are already used in production so we need to deprecate the old routes and add the new ones.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions