diff options
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 |