Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
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.
The Form class fetches a specific form (actionGet)
I created a POST method in the Form class, but when...
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.
The Form class fetches a specific form (actionGet)
I created a POST method in the Form class, but when...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.