pixelfed/pixelfed

View on GitHub
routes/web.php

Summary

Maintainability
A
4 hrs
Test Coverage

File web.php has 333 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php

Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofactor', 'localization'])->group(function () {
    Route::get('/', 'SiteController@home')->name('timeline.personal');
    Route::redirect('/home', '/')->name('home');
Severity: Minor
Found in routes/web.php - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status