mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Merge branch 'master' of https://github.com/iron-io/functions
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user