bug fixing

This commit is contained in:
Roland Schneider
2021-09-28 21:40:54 +02:00
parent 72a617c666
commit f6e1fc6f2b
3 changed files with 3 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ class RestController extends Controller
*/
public function auth($token)
{
\Yii::info("custoemrapi auth");
if ( !isset($token ) ) {
return null;
}