mirror of
https://github.com/easychen/pushdeer.git
synced 2025-01-10 23:15:30 +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_ENV=local
|
||||||
APP_KEY=
|
APP_KEY=
|
||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
|
@ -14,5 +14,5 @@ use Illuminate\Support\Facades\Route;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
Route::get('/', function () {
|
Route::get('/', function () {
|
||||||
return view('welcome');
|
return ['PushDeer'=>'On'];
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user