Explorar o código

Update StoryController, remove auth middleware

Daniel Supernault %!s(int64=5) %!d(string=hai) anos
pai
achega
369a1a599d
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      app/Http/Controllers/StoryController.php

+ 0 - 6
app/Http/Controllers/StoryController.php

@@ -16,12 +16,6 @@ use App\Services\FollowerService;
 
 class StoryController extends Controller
 {
-
-	public function construct()
-	{
-		$this->middleware('auth');
-	}
-
 	public function apiV1Add(Request $request)
 	{
 		abort_if(!config('instance.stories.enabled') || !$request->user(), 404);