diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2016-01-26 09:16:56 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2016-01-26 09:16:56 +0100 |
commit | b2247ca634420ed0d5ecc1743834ea4e0666aa2a (patch) | |
tree | 0e8c72dadd5410ba42c26193d899d7df2d621fda /plugins | |
parent | d809e9b8fc03a0a08060034c6ddbd4b4c4176399 (diff) |
GetPostPath Ongoing
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/samples/SamplePost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/samples/SamplePost.c b/plugins/samples/SamplePost.c index 13e1ad67..9828349a 100644 --- a/plugins/samples/SamplePost.c +++ b/plugins/samples/SamplePost.c @@ -53,7 +53,7 @@ STATIC json_object* UploadAppli (AFB_request *request, AFB_PostItem *item) { // Do something intelligent here to install application postFileCtx->errcode = MHD_HTTP_OK; // or error is something went wrong; - postFileCtx->jresp = jsonNewMessage(AFB_SUCCESS,"UploadFile Post Appli done"); + postFileCtx->jresp = jsonNewMessage(AFB_SUCCESS,"UploadFile Post Appli=%s done", getPostPath (request)); } } |