1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-04 17:57:48 +01:00

Allineamento per API

This commit is contained in:
Luca 2020-06-10 16:56:33 +02:00
parent a8748ae6a1
commit 82363b8ed7

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 {