You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUGFIX] Do not boot Slim if route prefix not exactly matched
If the route prefix is `/api`, Slim must not boot for an url like `/api-external`.
In order to fix that, the route prefix is know matched like `/api/`.
The only downside is that `/api` (without trailing slash) is not handled by Slim anymore.
0 commit comments