фикс для манифеста
This commit is contained in:
@@ -59,7 +59,7 @@ class LauncherController extends Controller
|
||||
public function manifest(): JsonResponse
|
||||
{
|
||||
$disk = Storage::disk($this->disk());
|
||||
$key = $this->basePath().'/'.config('moonwell.launcher.manifest_key');
|
||||
$key = config('moonwell.launcher.manifest_key');
|
||||
|
||||
if (! $disk->exists($key)) {
|
||||
return response()->json(['message' => 'Манифест не найден.'], 404);
|
||||
|
||||
Reference in New Issue
Block a user