Skip to content

Commit

Permalink
161. fix for PR #194
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrakovich committed Nov 24, 2023
1 parent 37a62bc commit 6d80012
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/Admin/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
$router->get('instagram-token', InstagramTokenForm::class);
$router->get('newsletter_for_registered', NewsletterForm::class);
$router->get('sending-tracks', SendingTracksForm::class);
$router->get('auto-order-statuses', AutoOrderStatusesForm::class);
});

$router->group(['prefix' => 'bnrs'], function (Router $router) {
Expand Down

1 comment on commit 6d80012

@dmitrakovich
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.