zmw 1 месяц назад
Родитель
Сommit
6da3e293ce
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      routes/web.php

+ 2 - 0
routes/web.php

@@ -930,6 +930,8 @@ Route::group([
     $router->post('/create_mspfb', 'Web\Talent\JjhcController@create_mspfb')->name('talent.jjhc.create_mspfb');
     $router->post('/create_mstfb', 'Web\Talent\JjhcController@create_mstfb')->name('talent.jjhc.create_mstfb');
     $router->post('/create_word', 'Web\Talent\JjhcController@create_word')->name('talent.jjhc.create_word');
+    $router->post('/coze_callback', 'Web\Talent\JjhcController@callback')->name('talent.jjhc.coze_callback');
+    $router->get('/aibot', 'Web\Talent\JjhcController@aibot')->name('talent.jjhc.aibot');
 });
 
 Route::group([