Problem with POST method in new API endpoint

  • Thread starter Thread starter Orit
  • Start date Start date

Orit

Guest
Member
Hello :)

I've added a new API endpoint to an addon we use (Snogs Advanced forms).

So far the GET method works as it should.
I am now trying to get the POST method to function.

I have two controller classes:
class Form extends AbstractController
class Forms extends AbstractController

The Forms class fetches a list of forms (actionGet).
I currently don't want to allow creating a form,
but added the actionPost function to see when it gets rendered...

Read more

Continue reading...
 
Top