Missing middlewares
This commit is contained in:
@ -7,4 +7,4 @@ $app->group('/contabilidad', function($app) {
|
|||||||
}
|
}
|
||||||
include_once $file->getRealPath();
|
include_once $file->getRealPath();
|
||||||
}
|
}
|
||||||
});
|
})->add($app->getContainer()->get(Incoviba\Middleware\Authentication::class));
|
||||||
|
@ -7,4 +7,4 @@ $app->group('/admin', function($app) {
|
|||||||
}
|
}
|
||||||
include_once $file->getRealPath();
|
include_once $file->getRealPath();
|
||||||
}
|
}
|
||||||
});
|
})->add($app->getContainer()->get(Incoviba\Middleware\Authentication::class));
|
||||||
|
Reference in New Issue
Block a user