debug(SMTP): add test for mail
Some checks failed
Deploy Roxane to Preprod / deploy (push) Has been cancelled

This commit is contained in:
2026-07-15 11:50:50 +02:00
parent 7111b70c65
commit bb9b5d405f
3 changed files with 24 additions and 1 deletions

View File

@@ -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';
}