xiaogang 3 년 전
부모
커밋
6142cb8c0e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      routes/api.php

+ 1 - 1
routes/api.php

xqd
@@ -34,7 +34,7 @@ $api->version('v1', [
             $api->post('/user_detail', 'HomeController@user_detail')->name('home.user_detail');
             $api->post('/user_dynamic', 'HomeController@user_dynamic')->name('home.user_dynamic');
             $api->post('/photo_destroy', 'HomeController@photo_destroy')->name('home.photo_destroy');
-            $api->post('/user_detail_h5', 'HomeController@user_detail_h5')->name('home.user_detail_h5');
+            $api->get('/user_detail_h5', 'HomeController@user_detail_h5')->name('home.user_detail_h5');
         });
 
         /*