回答編集履歴

1

コード簡略化

2018/02/23 08:03

投稿

aro10
aro10

スコア4106

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  abort_if($request->input("secret") != "xxxxx",404);
14
14
 
15
- return response(\File::get(resource_path("html/test.html")));
15
+ return \File::get(resource_path("html/test.html"));
16
16
 
17
17
  });
18
18