Users Start
This commit is contained in:
parent
35279a2b51
commit
da975598c5
9
app/api/UserApi.php
Normal file
9
app/api/UserApi.php
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
class WidgetApi extends ApiController{
|
||||||
|
public function check($subDeviceId){
|
||||||
|
//$this->requireAuth();
|
||||||
|
$response = null;
|
||||||
|
|
||||||
|
$this->response($response);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user