We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It turned out that URLs have been chosen wrongly. They don't conform to REST but also create issues like #509 and #510
Let's change them (but keep redirect for backward compatibility).
The text was updated successfully, but these errors were encountered:
You need to modify the following classes:
CategoryController
CountryController
Url
Here is an example of making permanent redirect.
Sorry, something went wrong.
@n583wxdh0j I'm unassigning the issue since there is no activity. Let me know if you're working on it or have a plan to finish it.
Deprecate /category/list and add redirect to /categories.
25b2b7c
Addressed to #583 No functional changes.
Deprecate /country/list and add redirect to /countries.
bec837e
php-coder
No branches or pull requests
It turned out that URLs have been chosen wrongly. They don't conform to REST but also create issues like #509 and #510
Let's change them (but keep redirect for backward compatibility).
The text was updated successfully, but these errors were encountered: