duqinya hace 6 años
padre
commit
66a4f10842
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      routes/api.php

+ 2 - 2
routes/api.php

@@ -23,7 +23,7 @@ $api->version('v1', [
     //仅验签
     $api->group(['middleware' => 'chxq_sign'], function ($api) {
 
+        //内容预览
+        $api->post('/templateSet/preview', 'CmsContentTemplateSetController@preview');
     });
-    //内容预览
-    $api->post('/templateSet/preview', 'CmsContentTemplateSetController@preview');
 });