adding https security group

This commit is contained in:
2020-04-26 03:37:40 +01:00
parent da36d4eb6f
commit de21835b27
6 changed files with 148 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"kind": "collectionType",
"collectionName": "tests",
"info": {
"name": "test"
},
"options": {
"increments": true,
"timestamps": true
},
"attributes": {
"title": {
"type": "string"
}
}
}