added group for container management
This commit is contained in:
parent
73ca9f41b0
commit
53037d26af
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ namespace App\Http\Controllers;
|
|||
use App\Container;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
/**
|
||||
* @group Container management
|
||||
*
|
||||
* APIs for creating, deleting, updating and viewing containers
|
||||
*/
|
||||
class ContainerController extends Controller
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue