diff options
Diffstat (limited to 'admin/survey/api/apidoc/api_project.js')
-rw-r--r-- | admin/survey/api/apidoc/api_project.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/admin/survey/api/apidoc/api_project.js b/admin/survey/api/apidoc/api_project.js new file mode 100644 index 0000000..f50a40b --- /dev/null +++ b/admin/survey/api/apidoc/api_project.js @@ -0,0 +1,19 @@ +define({
+ "name": "1KA API",
+ "version": "1.0.0",
+ "description": "",
+ "title": "1KA API",
+ "template": {
+ "withCompare": true,
+ "withGenerator": true
+ },
+ "sampleUrl": false,
+ "defaultVersion": "0.0.0",
+ "apidoc": "0.3.0",
+ "generator": {
+ "name": "apidoc",
+ "time": "2019-09-13T10:02:30.341Z",
+ "url": "http://apidocjs.com",
+ "version": "0.17.6"
+ }
+});
|