Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update api.php
  • Loading branch information
bobimicroweber committed Feb 2, 2022
1 parent d61ad9d commit 63447b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MicroweberPackages/Content/routes/api.php
Expand Up @@ -75,7 +75,7 @@

Route::post('content/delete', function (\Illuminate\Http\Request $request) {
return mw()->content_manager->helpers->delete($request->all());
});
});

Route::get('content/get_link_admin', function (\Illuminate\Http\Request $request) {

Expand Down

0 comments on commit 63447b3

Please sign in to comment.