no message
This commit is contained in:
parent
ec5cd492eb
commit
e88ab0ae1a
@ -10,6 +10,11 @@ use App\Services\TomTool\Http;
|
||||
class TestsController
|
||||
{
|
||||
|
||||
public function hello()
|
||||
{
|
||||
echo "is ok !";
|
||||
}
|
||||
|
||||
public function hook($sHostName = 'ssssss')
|
||||
{
|
||||
|
||||
|
||||
@ -9,6 +9,8 @@ use App\Http\Controllers\Api\TG\HookController;
|
||||
|
||||
Route::get('/cron', [CronController::class, 'index']);
|
||||
|
||||
Route::get('/tests/hello', [TestsController::class, 'hello']);
|
||||
|
||||
Route::get('/tests/hook', [TestsController::class, 'hook']);
|
||||
|
||||
//Route::post('/api/tg/hook', [HookController::class, 'cmd']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user