mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	fix telegram webhook use frontend url
This commit is contained in:
		| @@ -26,9 +26,9 @@ class ConfigController extends Controller | ||||
|         $telegramService = new TelegramService($request->input('telegram_bot_token')); | ||||
|         $telegramService->getMe(); | ||||
|         $telegramService->setWebhook( | ||||
|             config('v2board.app_url') | ||||
|             . '/api/v1/guest/telegram/webhook?access_token=' | ||||
|             . md5(config('v2board.telegram_bot_token', $request->input('telegram_bot_token'))) | ||||
|             url( | ||||
|                 '/api/v1/guest/telegram/webhook?access_token=' . md5(config('v2board.telegram_bot_token', $request->input('telegram_bot_token'))) | ||||
|             ) | ||||
|         ); | ||||
|         return response([ | ||||
|             'data' => true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user