replace nyone.net to nyone.app

This commit is contained in:
2026-05-19 15:23:38 +03:30
parent b3b7ebf8d7
commit 0fb7531e63
13 changed files with 57 additions and 57 deletions

View File

@@ -41,7 +41,7 @@ return [
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),
'url' => rtrim(env('APP_URL', 'https://nyone.net'), '/').'/storage',
'url' => rtrim(env('APP_URL', 'https://nyone.app'), '/').'/storage',
'visibility' => 'public',
'throw' => false,
'report' => false,