mirror of
https://github.com/easychen/pushdeer.git
synced 2025-01-10 15:05:27 +08:00
去掉laravel的默认页面
This commit is contained in:
parent
caf646ad22
commit
622524c77a
@ -1,4 +1,4 @@
|
||||
APP_NAME=Laravel
|
||||
APP_NAME=PushDeer
|
||||
APP_ENV=local
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
|
@ -14,5 +14,5 @@ use Illuminate\Support\Facades\Route;
|
||||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
return ['PushDeer'=>'On'];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user