File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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
223
223
Issue a ` POST ` request against the ` init ` API with the following command:
224
224
- Using curl
225
225
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
227
227
228
228
- Using wget
229
229
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
231
231
232
232
- Using postman
233
233
@@ -326,11 +326,11 @@ Initialize our fibonacci function by issuing a `POST` request against the `init`
326
326
327
327
- Using curl
328
328
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
330
330
331
331
- Using wget
332
332
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
334
334
335
335
- Using postman
336
336
You can’t perform that action at this time.
0 commit comments