remove test code
This commit is contained in:
parent
196c267562
commit
a39c52c67d
|
@ -12,6 +12,5 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Route::get('/', function () {
|
Route::get('/', function () {
|
||||||
dd(env('REDIS_PORT'));
|
|
||||||
return view('welcome');
|
return view('welcome');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue