ajxchapman/ReServ

Update routes

ajxchapman opened this issue · 3 comments

  • 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

Have decided against inotify just now, instead added some better caching and deferring that decision for a little while

Due to the way middleware is now called, logging can be implemented by middleware using custom route options

Documentation added in 16b2042