Skip to content

Commit

Permalink
bug resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
mjawad096 committed Jul 1, 2021
1 parent 50f03fa commit 1f8a99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Http/Controllers/AssetController.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function store(Request $request)
$media = TempMedia::create()->addMediaFromRequest('file')->toMediaCollection('default');
return response()->json([
'data' => [
route('grapesjs.media.show', $media)
route('media.show', $media)
]
]);
}
Expand Down

0 comments on commit 1f8a99e

Please sign in to comment.