Allineamento per API

This commit is contained in:
Luca 2020-06-10 16:56:33 +02:00
parent a8748ae6a1
commit 82363b8ed7
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class Login extends Resource implements CreateInterface
$response['token'] = $token;
$response['group'] = $user['gruppo'];
$response['google_maps_token'] = setting('Google Maps API key');
$response['prezzi_al_tecnico'] = setting('Mostra i prezzi al tecnico');
$response['version'] = Update::getVersion();
} else {