Fix debug
All checks were successful
Push image to registry / build-image (push) Successful in 3m53s
All checks were successful
Push image to registry / build-image (push) Successful in 3m53s
This commit is contained in:
@ -16,3 +16,8 @@ Route::get('/test/{id}', function (Request $request, $id, BrowserJobsInstances $
|
||||
});
|
||||
|
||||
Route::get('jobs/{job}/test', [JobController::class, 'test'])->name('jobs.test');
|
||||
|
||||
Route::get('testenv', function () {
|
||||
dump(config('app.url'));
|
||||
dump(env("TEST"));
|
||||
});
|
||||
|
Reference in New Issue
Block a user