Small Fix

This commit is contained in:
JonatanRek
2020-05-24 19:37:29 +02:00
parent 0543f74977
commit b2474fbdfb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?php
class WidgetApi extends ApiController{
public function default($subDeviceId){
public function run($subDeviceId){
//$this->requireAuth();
$response = null;