Handle static resources

Handle serving of static resources in the application.

Use Case:

  • Serving html / css / ico / images on the root url, and hence move the API to the /api endpoint
  • no templating, hence no controllers
  • no authentication
  • if url not found, return a 404

This will also end up validating the "route length matching" algorithm

Update the test cases