diff options
author | ben | 2018-09-18 10:28:07 +0200 |
---|---|---|
committer | ben | 2018-09-18 10:28:07 +0200 |
commit | ef8cdd36436ef1bd1303886a101c8ee60c6f9721 (patch) | |
tree | 39077d0d9b070cc018738dbd3d246214e4749322 /rest-api | |
download | honeyjs-master.tar.gz honeyjs-master.tar.bz2 honeyjs-master.tar.xz |
Diffstat (limited to 'rest-api')
-rw-r--r-- | rest-api/auth/index.html | 4 | ||||
-rw-r--r-- | rest-api/cmd/index.html | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/rest-api/auth/index.html b/rest-api/auth/index.html new file mode 100644 index 0000000..c0190da --- /dev/null +++ b/rest-api/auth/index.html @@ -0,0 +1,4 @@ +{ + "status": 421, + "code": 7 +}
\ No newline at end of file diff --git a/rest-api/cmd/index.html b/rest-api/cmd/index.html new file mode 100644 index 0000000..53170d1 --- /dev/null +++ b/rest-api/cmd/index.html @@ -0,0 +1,4 @@ +{ + "status": 764, + "code": 3 +}
\ No newline at end of file |