refactoring, added rooms api
This commit is contained in:
13
app/api/RoomsApi.php
Normal file
13
app/api/RoomsApi.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
class RoomsApi extends ApiController{
|
||||
|
||||
public function default(){
|
||||
$this->requireAuth();
|
||||
$response = [];
|
||||
|
||||
// TODO: process the request
|
||||
|
||||
$this->response($response);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user