add in stash export

This commit is contained in:
p2405951
2026-02-11 17:52:46 +01:00
parent c74690f68b
commit 59c8268232
3 changed files with 78 additions and 1 deletions
+2
View File
@@ -2,7 +2,9 @@
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Route;
use App\Http\Controllers\ExportController;
Route::get('/export/ics/{userId}', [ExportController::class, 'exportIcs']);
Route::get("/hello", function (Request $request) {
return "Hello";
});