фикс для манифеста

This commit is contained in:
2026-03-21 18:09:03 +04:00
parent a7c5b36588
commit b123030cfa
@@ -59,7 +59,7 @@ class LauncherController extends Controller
public function manifest(): JsonResponse public function manifest(): JsonResponse
{ {
$disk = Storage::disk($this->disk()); $disk = Storage::disk($this->disk());
$key = $this->basePath().'/'.config('moonwell.launcher.manifest_key'); $key = config('moonwell.launcher.manifest_key');
if (! $disk->exists($key)) { if (! $disk->exists($key)) {
return response()->json(['message' => 'Манифест не найден.'], 404); return response()->json(['message' => 'Манифест не найден.'], 404);