From 6bc7537b9450758b398483d233a0b54ea743cc6a Mon Sep 17 00:00:00 2001 From: zhaoxiang Date: Tue, 29 Sep 2020 11:28:13 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=B7=BB=E5=8A=A0api=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/apiRoute.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 route/apiRoute.php diff --git a/route/apiRoute.php b/route/apiRoute.php new file mode 100644 index 0000000..04c9232 --- /dev/null +++ b/route/apiRoute.php @@ -0,0 +1,11 @@ +middleware('ApiResponse');