feat(dashboard): add price dashboard with Zonneplan integration
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
use App\Features\Dashboard\Controllers\DashboardController;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/energy-prices', [DashboardController::class, 'index'])->name('dashboard.index');
|
||||
Reference in New Issue
Block a user