You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It takes a lot of time to try to understand what is going on/what you are trying to do, I think it would be helpful to have a detailed description of all your routes (in the README)
e.g. GET / returns home page POST /recipes requires login, recieves JSON for new recipe, returns redirect to /
etc.
The text was updated successfully, but these errors were encountered:
mattlub
changed the title
a clearer description of your routes would be good
a clear description of your routes would be good
Aug 17, 2017
It takes a lot of time to try to understand what is going on/what you are trying to do, I think it would be helpful to have a detailed description of all your routes (in the README)
e.g.
GET /
returns home pagePOST /recipes
requires login, recieves JSON for new recipe, returns redirect to/
etc.
The text was updated successfully, but these errors were encountered: