mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update StoryController, remove auth middleware
This commit is contained in:
parent
e6dc858061
commit
369a1a599d
1 changed files with 0 additions and 6 deletions
|
@ -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…
Reference in a new issue