mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Address broken tests
This commit is contained in:
committed by
James Jeffrey
parent
04008c71fd
commit
31b4ac4516
@@ -58,7 +58,7 @@ Note: Route level configuration overrides app level configuration.
|
||||
Using `fn`:
|
||||
|
||||
```sh
|
||||
fn routes create myapp /path --config k1=v1 --config k2=v2 --image treeder/hello
|
||||
fn routes create myapp /path --config k1=v1 --config k2=v2 --image funcy/hello
|
||||
```
|
||||
|
||||
Or using cURL:
|
||||
@@ -80,7 +80,7 @@ curl -H "Content-Type: application/json" -X POST -d '{
|
||||
```json
|
||||
{
|
||||
"path": "/hello",
|
||||
"image": "treeder/hello",
|
||||
"image": "funcy/hello",
|
||||
"type": "sync",
|
||||
"memory": 128,
|
||||
"config": {
|
||||
|
||||
Reference in New Issue
Block a user