Add commands for posting and reboot

This commit is contained in:
2025-09-10 12:31:35 +10:00
parent 998b340411
commit 7a842805ab
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace App\Http\Controllers\Api;
use App\Http\Controllers\Controller;
use Illuminate\Http\Request;
class DeviceController extends Controller
{
//
}