update: remove guest plan api

This commit is contained in:
v2board
2023-10-15 21:52:17 +08:00
parent 3c372bd268
commit 80b96e730a
3 changed files with 1 additions and 21 deletions

View File

@ -10,8 +10,6 @@ class GuestRoute
$router->group([
'prefix' => 'guest'
], function ($router) {
// Plan
$router->get ('/plan/fetch', 'V1\\Guest\\PlanController@fetch');
// Telegram
$router->post('/telegram/webhook', 'V1\\Guest\\TelegramController@webhook');
// Payment