文件类型
Showing
1 changed file
with
2 additions
and
4 deletions
... | @@ -25,15 +25,13 @@ Route::group(["prefix"=>"property"], function (){ | ... | @@ -25,15 +25,13 @@ Route::group(["prefix"=>"property"], function (){ |
25 | Route::get('/track/share', 'PropertyTrackController@share'); | 25 | Route::get('/track/share', 'PropertyTrackController@share'); |
26 | Route::get('/track/shareCheck', 'PropertyTrackController@shareCheck'); | 26 | Route::get('/track/shareCheck', 'PropertyTrackController@shareCheck'); |
27 | Route::get('/track/shareUser', 'PropertyTrackController@shareUser'); | 27 | Route::get('/track/shareUser', 'PropertyTrackController@shareUser'); |
28 | 28 | Route::get('/track/shareFile', 'PropertyTrackController@shareFile'); | |
29 | Route::get('/track/shareFileType', 'PropertyTrackController@shareFileType'); | ||
30 | |||
31 | |||
32 | }); | 29 | }); |
33 | 30 | ||
34 | //资产-分享链接 | 31 | //资产-分享链接 |
35 | Route::group(["prefix"=>"property", "middleware"=>['auth.share']], function (){ | 32 | Route::group(["prefix"=>"property", "middleware"=>['auth.share']], function (){ |
36 | Route::get('/track/shareShow', 'PropertyTrackController@shareShow'); | 33 | Route::get('/track/shareShow', 'PropertyTrackController@shareShow'); |
34 | Route::get('/track/shareFileType', 'PropertyTrackController@shareFileType'); | ||
37 | }); | 35 | }); |
38 | 36 | ||
39 | 37 | ... | ... |
-
Please register or sign in to post a comment