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
If attempting to configure an API prefix while the api handler file is in the webroot, the api prefix will fail to be removed from the request path, since the root will be set to '/'.
thus, getPath should add a leading slash before attempting to trim out rootPath.
The text was updated successfully, but these errors were encountered:
If attempting to configure an API prefix while the api handler file is in the webroot, the api prefix will fail to be removed from the request path, since the root will be set to '/'.
thus,
getPath
should add a leading slash before attempting to trim outrootPath
.The text was updated successfully, but these errors were encountered: