This commit is contained in:
Dennis Eichhorn 2020-03-05 22:14:32 +01:00
parent 1e90a7d449
commit 9680610c02

View File

@ -162,4 +162,8 @@ $router->route(
'APP_NAME',
ORG_ID, ACCOUNT
);
```
```
## Notes
* 2-character routes on the first level are discouraged because they may conflict with ISO 639-1 codes (e.g. /hr/staff/list)