Test return

This commit is contained in:
CHIEFSOFT\ameye
2023-07-08 16:54:48 -04:00
parent f77766a209
commit 7e0da0e72c
+3 -2
View File
@@ -110,8 +110,9 @@ class WrenchOauth extends BaseController
private function prepareOauthEndPointData($endpoint, $in, &$call_backend=true,&$local_out=[]){
switch ($endpoint) {
case 'authstart ':
case 'authstart':
// may not need to call back end , juet get the configurations
$local_out=['google','1234567'];
$call_backend=false;