From 622524c77ae9821dcb1b4d6cb4c225b802560101 Mon Sep 17 00:00:00 2001 From: EasyChen Date: Sun, 23 Jan 2022 16:09:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89laravel=E7=9A=84=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/.env.example | 2 +- api/routes/web.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/.env.example b/api/.env.example index 32a20cd..466092f 100644 --- a/api/.env.example +++ b/api/.env.example @@ -1,4 +1,4 @@ -APP_NAME=Laravel +APP_NAME=PushDeer APP_ENV=local APP_KEY= APP_DEBUG=true diff --git a/api/routes/web.php b/api/routes/web.php index b130397..8440de0 100644 --- a/api/routes/web.php +++ b/api/routes/web.php @@ -14,5 +14,5 @@ use Illuminate\Support\Facades\Route; */ Route::get('/', function () { - return view('welcome'); + return ['PushDeer'=>'On']; });