Fix guest session polling
This commit is contained in:
parent
a56290d240
commit
36207cb986
@ -105,6 +105,10 @@ class SessionController extends Controller{
|
||||
return $response;
|
||||
}
|
||||
|
||||
/**
|
||||
* @NoAdminRequired
|
||||
* @PublicPage
|
||||
*/
|
||||
public function poll($command, $args){
|
||||
$response = new JSONResponse();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user