roqueando/konarium.io

No readable endpoints

Closed this issue · 1 comments

The endpoints don't seems to be like an REST API, or be, the controller Store has the method Products, so the request to see all products should be: www.mystore.com/store/products.
The controllers are readable but your routes don't, or be:
/meet should be: /user/meet
/publishshould be: /user/publish
and so on...

This will help creating the app and using it more like an API, like it is designed to be.

That is fixed, all routes are now RESTful endpoint style.