adding https security group
This commit is contained in:
16
api/test/models/test.settings.json
Normal file
16
api/test/models/test.settings.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"kind": "collectionType",
|
||||
"collectionName": "tests",
|
||||
"info": {
|
||||
"name": "test"
|
||||
},
|
||||
"options": {
|
||||
"increments": true,
|
||||
"timestamps": true
|
||||
},
|
||||
"attributes": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user