Files
fn-serverless/api
Will Price 02d6349cf8 Allow calling root route on app
Fixes #64

Previously calling a root registered route would result in an error
message "Not Found" suggesting the route hadn't been registed, yet when
listing the routes, `fn routes list myapp` you could see the `/` route.

You can now successfully call a root registered route with `fn call
myapp /`
2017-07-06 10:40:34 +01:00
..
2017-06-19 10:40:26 -07:00
2017-06-19 11:38:11 -07:00
2017-06-11 14:25:10 -07:00
2017-07-06 10:40:34 +01:00
2017-06-06 14:12:50 -07:00