craftcms / element-api

Create a JSON API/Feed for your elements in Craft.
MIT License
498 stars 57 forks source link

Endpoints not working after craftcms update beta.21 #51

Closed S1lentium closed 7 years ago

S1lentium commented 7 years ago

Endpoints not working after craftcms update beta.21 Returns: 404

brandonkelly commented 7 years ago

You will need to rename your Element API config file to element-api.php for it to work in Craft 3 Beta 20+. (see the note at the top of Beta 20’s release notes.)

Also just added a note to the top of Element API 2.4.1’s release notes as well.