We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This fricking bug cost me my sanity in routes.ini (or any config with routes) suppose we have this route
POST /admin/backup/run/@action = \controllers\api\Backup->run_action
if there is a trailing space, it throws method not allowed. why is it not being trimmed for god's sake?
The text was updated successfully, but these errors were encountered:
fix: trim string based routes handler #371
ebad4d5
thanks. Never noticed this one, as PhpStorm already trims whitespace in .ini files automatically. fixed now.
Sorry, something went wrong.
No branches or pull requests
This fricking bug cost me my sanity
in routes.ini (or any config with routes) suppose we have this route
POST /admin/backup/run/@action = \controllers\api\Backup->run_action
if there is a trailing space, it throws method not allowed. why is it not being trimmed for god's sake?
The text was updated successfully, but these errors were encountered: