This commit is contained in:
Travis Reeder
2016-08-30 14:52:31 -07:00
5 changed files with 45 additions and 8 deletions

View File

@@ -23,12 +23,10 @@ curl -H "Content-Type: application/json" -X POST -d '{
}' http://localhost:8080/v1/apps
```
Now that we have an app, we can add routes to functions.
Now that we have an app, we can map routes to functions.
### Add a route to a Function
```sh
curl -H "Content-Type: application/json" -X POST -d '{
"route": {