correction des http en https

This commit is contained in:
2026-03-30 22:33:22 +02:00
parent 6e387a66ea
commit 1fa3806556
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ return [
|
*/
'url' => env('APP_URL', 'http://localhost'),
'url' => env('APP_URL', 'https://app.sam-coffre.duckdns.org/login'),
/*
|--------------------------------------------------------------------------