File "botman.php"
Full Path: /home/fundopuh/trader.fxex.org/routes/botman.php
File size: 182 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
use App\Http\Controllers\Botman\BotmanController;
use Illuminate\Support\Facades\Route;
Route::match(['get', 'post'], '/get-started', [BotmanController::class, 'teleSetup']);