mirror of
https://github.com/directus/directus.git
synced 2026-02-01 23:45:02 -05:00
* app: encode primary key Since primary keys could be manually entered strings, we should encode those in order to prevent accessing inexistent routes. E.g. Document with primary key: 'clients/John Doe' * fixup! app: encode primary key Since primary keys could be manually entered strings, we should encode those in order to prevent accessing inexistent routes. E.g. Document with primary key: 'clients/John Doe' Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
@directus/app
The Directus Admin App. Included with directus itself. You wouldn't install this package separately.