Añadida compatibilidad con versión anterior

This commit is contained in:
Juan Ferrer Toribio 2016-08-31 15:48:52 +02:00
parent 1dbf6de165
commit b31da1de24
1 changed files with 10 additions and 0 deletions

10
rest.php Normal file
View File

@ -0,0 +1,10 @@
<?php header ('Content-Type: application/json; charset=UTF-8'); ?>
{
"error": {
"domain": "Version",
"code": "criticalVersion",
"message": "Errores solucionados"
},
"warnings": null,
"data": null
}