File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -223,11 +223,11 @@ To initialize the function make sure the python runtime container is running. If
223223Issue a ` POST ` request against the ` init ` API with the following command:
224224- Using curl
225225
226- curl -d "@python-data-init-params .json" -H "Content-Type: application/json" http://localhost/init
226+ curl -d "@python-data-init-params.json" -H "Content-Type: application/json" http://localhost/init
227227
228228- Using wget
229229
230- wget --post-file=python-data-init-params.json --header="Content-Type: application/json" http://localhost/init
230+ wget --post-file=python-data-init-params.json --header="Content-Type: application/json" http://localhost/init
231231
232232- Using postman
233233
@@ -326,11 +326,11 @@ Initialize our fibonacci function by issuing a `POST` request against the `init`
326326
327327- Using curl
328328
329- curl -d "@python-fib-init .json" -H "Content-Type: application/json" http://localhost/init
329+ curl -d "@python-fib-init.json" -H "Content-Type: application/json" http://localhost/init
330330
331331- Using wget
332332
333- wget --post-file=python-fib-init.json --header="Content-Type: application/json" http://localhost/init
333+ wget --post-file=python-fib-init.json --header="Content-Type: application/json" http://localhost/init
334334
335335- Using postman
336336
You can’t perform that action at this time.
0 commit comments