debug(SMTP): add test for mail
Some checks failed
Deploy Roxane to Preprod / deploy (push) Has been cancelled
Some checks failed
Deploy Roxane to Preprod / deploy (push) Has been cancelled
This commit is contained in:
@@ -24,6 +24,6 @@ Route::get('/confidentialite', fn () => Inertia::render('legal/confidentialite')
|
||||
require __DIR__.'/settings.php';
|
||||
require __DIR__.'/auth.php';
|
||||
require __DIR__.'/forms.php';
|
||||
if (app()->environment('local')) {
|
||||
if (app()->environment('local', 'staging', 'preprod')) {
|
||||
require __DIR__.'/dev-routes.php';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user