소스 검색

更新两条ai路由

zmw 1 개월 전
부모
커밋
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([