Users Start

This commit is contained in:
JonatanRek 2020-05-28 18:30:11 +02:00
parent 35279a2b51
commit da975598c5
1 changed files with 9 additions and 0 deletions

9
app/api/UserApi.php Normal file
View File

@ -0,0 +1,9 @@
<?php
class WidgetApi extends ApiController{
public function check($subDeviceId){
//$this->requireAuth();
$response = null;
$this->response($response);
}
}