mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Implemented getUserInfos for current user
This commit is contained in:
@ -12,6 +12,6 @@ $config['siteMode'] = "dev";
|
||||
$config['siteURL'] = "http://devweb.local/comunic/v2/";
|
||||
|
||||
//API config
|
||||
$config['API_URL'] = "http://devweb.local/comunic/current/api.php/";
|
||||
$config['API_SERVICE_NAME'] = "";
|
||||
$config['API_SERVICE_TOKEN'] = "";
|
||||
$config['API_URL'] = "http://devweb.local/comunic/api/";
|
||||
$config['API_SERVICE_NAME'] = "testService";
|
||||
$config['API_SERVICE_TOKEN'] = "testPasswd";
|
Reference in New Issue
Block a user