Archivos duplicados borrados
This commit is contained in:
parent
5929b8be32
commit
c65d69c62f
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"loopback-component-explorer": {
|
|
||||||
"mountPath": "/explorer"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
## Client
|
|
||||||
|
|
||||||
This is the place for your application front-end files.
|
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Ticket",
|
|
||||||
"base": "MyModel",
|
|
||||||
"validateUpsert": true,
|
|
||||||
"properties": {
|
|
||||||
"id": {
|
|
||||||
"id": true,
|
|
||||||
"type": "Number",
|
|
||||||
"forceId": false
|
|
||||||
},
|
|
||||||
"date": {
|
|
||||||
"type": "date"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"acls": [
|
|
||||||
{
|
|
||||||
"accessType": "*",
|
|
||||||
"principalType": "ROLE",
|
|
||||||
"principalId": "$everyone",
|
|
||||||
"permission": "DENY"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"accessType": "*",
|
|
||||||
"principalType": "ROLE",
|
|
||||||
"principalId": "root",
|
|
||||||
"permission": "ALLOW"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue