add gitea host to CI deploy

This commit is contained in:
aslan 2024-03-14 11:21:42 +03:00
parent 93a54c12fd
commit 51f313b85a
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ use Rap2hpoutre\LaravelLogViewer\LogViewerController;
Route::middleware(['auth', 'verified'])->prefix('admin')->group(function () {
Route::get('/logs', [LogViewerController::class, 'index']);
Route::get('/exportExcel', [LogViewerController::class, 'index']);
Route::get('/dashboard', function () {
return view('admin');