Skip to content

Commit

Permalink
Update api.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Feb 2, 2022
1 parent 63447b3 commit a43e332
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 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 Expand Up @@ -110,6 +110,4 @@
return false;
});

Route::apiResource('content', 'ContentApiController');

});

0 comments on commit a43e332

Please sign in to comment.