mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
adding rust, fixing python/php, adding ability to detect rusts src/main.rs file
This commit is contained in:
@@ -33,7 +33,9 @@ And now with the JSON input:
|
||||
curl -H "Content-Type: application/json" -X POST -d @hello.payload.json http://localhost:8080/r/myapp/hello
|
||||
```
|
||||
|
||||
That's it!
|
||||
That's it! Our `fn deploy` packaged our function and sent it to the Oracle Functions server. Try editing `func.rb`
|
||||
and then doing another `fn deploy`.
|
||||
|
||||
|
||||
### Note on Dependencies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user