Update migration-guide-beta.19-to-beta.19.4.md

This commit is contained in:
Alexandre BODIN 2020-04-14 18:59:19 +02:00 committed by GitHub
parent ae3a0a8168
commit f994b217e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,9 +32,9 @@ Then run either `yarn install` or `npm install`.
## Route syntax changes
In order to stay database agnostic, we decided that the identifier in url params always has to be named `id` instead of `_id` or else.
In order to stay database agnostic, we decided that the identifier in url params should always be named `id`.
If your routes use something else that `id`, please modify all of them as in following example.
If your routes configuration still use something else than `id`, please modify all of them as in the following example.
### Example