Update routes
ajxchapman opened this issue · 3 comments
ajxchapman commented
- Routes should be able to be placed in any
files/
subdirectory and watched with inotify - Routes should have logging options (see issue #6)
- Routes should be documented
ajxchapman commented
Have decided against inotify just now, instead added some better caching and deferring that decision for a little while
ajxchapman commented
Due to the way middleware is now called, logging can be implemented by middleware using custom route options
ajxchapman commented
Documentation added in 16b2042