Archivos duplicados borrados

This commit is contained in:
Juan Ferrer Toribio 2017-08-22 09:51:13 +02:00
parent 5929b8be32
commit c65d69c62f
3 changed files with 0 additions and 37 deletions

View File

@ -1,5 +0,0 @@
{
"loopback-component-explorer": {
"mountPath": "/explorer"
}
}

View File

@ -1,3 +0,0 @@
## Client
This is the place for your application front-end files.

View File

@ -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"
}
]
}