Update StoryController, remove auth middleware

pull/1989/head
Daniel Supernault 5 years ago
parent e6dc858061
commit 369a1a599d
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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);

Loading…
Cancel
Save