phoenix-todo-list
phoenix-todo-list copied to clipboard
Improve usage of fallback controller for handling response error
Currently using a hodgepodge of fallback controllers and some functions that I used in TodoListWeb.Helpers.Controller.
Should standardize to something that falls a little more in line with best practices.