Closed Zinoka closed 2 years ago
Hello @Cevantime,
I have added the CRUD for the Entity Category. You can now call the http verbs (get/post/put/delete) with the following roads :
Basic local url : 127.0.0.1:8000/category/
Find one category : /{id} Add a category : /new/ Edit one category : /{id}/edit Remove a category : /{id}
Is it ok for you ?
Regards, Alexandre Abruzzese
Hello @Cevantime,
I have added the CRUD for the Entity Category. You can now call the http verbs (get/post/put/delete) with the following roads :
Basic local url : 127.0.0.1:8000/category/
Find one category : /{id} Add a category : /new/ Edit one category : /{id}/edit Remove a category : /{id}
Is it ok for you ?
Regards, Alexandre Abruzzese