Skip to content

Commit

Permalink
Merge pull request #14 from nsonanh/feature-doc-update
Browse files Browse the repository at this point in the history
[feature-doc-update] Update doc
  • Loading branch information
nsonanh committed Jun 18, 2017
2 parents 6ed7822 + fdf6d90 commit 62b2387
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/apidoc/api_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ define({ "api": [
"examples": [
{
"title": "Success",
"content": "HTTP/1.1 204 No Content",
"content": "HTTP/1.1 200 OK",
"type": "json"
}
]
Expand Down
2 changes: 1 addition & 1 deletion public/apidoc/api_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"examples": [
{
"title": "Success",
"content": "HTTP/1.1 204 No Content",
"content": "HTTP/1.1 200 OK",
"type": "json"
}
]
Expand Down
2 changes: 1 addition & 1 deletion public/apidoc/api_project.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ define({
"apidoc": "0.3.0",
"generator": {
"name": "apidoc",
"time": "2017-06-18T10:35:10.790Z",
"time": "2017-06-18T10:43:33.559Z",
"url": "http://apidocjs.com",
"version": "0.17.6"
}
Expand Down
2 changes: 1 addition & 1 deletion public/apidoc/api_project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"apidoc": "0.3.0",
"generator": {
"name": "apidoc",
"time": "2017-06-18T10:35:10.790Z",
"time": "2017-06-18T10:43:33.559Z",
"url": "http://apidocjs.com",
"version": "0.17.6"
}
Expand Down
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ router.route('/danhngon/:danhngon_id')
* @apiGroup Danhngon
* @apiParam {id} _id danhngon id
* @apiSuccessExample {json} Success
* HTTP/1.1 204 No Content
* HTTP/1.1 200 OK
* @apiErrorExample {json} Delete error
* HTTP/1.1 500 Internal Server Error
*/
Expand Down

0 comments on commit 62b2387

Please sign in to comment.