bolt / project

🚀 Repo to `composer create project` a Bolt 5 project.
MIT License
39 stars 38 forks source link

Remove API endpoint curl check #106

Closed I-Valchev closed 2 years ago

I-Valchev commented 2 years ago

Removing the API endpoint curl check. It no longer works in 5.1, because the API is protected behind a ROLE_WEBSERVICE role.

Instead, we'll do the API check in bolt/core from now on :-)

bobdenotter commented 2 years ago

See also https://github.com/bolt/core/pull/3018