Subversion-Projekte lars-tiefland.webanos.faltradxxs.de

Revision

Revision 120 | Revision 138 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 120 Revision 122
Zeile 93... Zeile 93...
93
        BackendController::class,
93
        BackendController::class,
94
        'store'
94
        'store'
95
    ] );
95
    ] );
96
    Route::middleware( [
96
    Route::middleware( [
97
        'auth',
97
        'auth',
98
        '2fa'
98
        //'2fa'
99
    ] )->group( function ()
99
    ] )->group( function ()
100
    {
100
    {
101
        Route::get( '/logout', [
101
        Route::get( '/logout', [
102
            BackendController::class,
102
            BackendController::class,
103
            'destroy'
103
            'destroy'