Ver Fonte

创建微信公众号模块

zqwang há 1 ano atrás
pai
commit
051e304e1c
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      modules/WechatPlatform/routes/route.php

+ 3 - 3
modules/WechatPlatform/routes/route.php

@@ -2,6 +2,6 @@
 
 use Illuminate\Support\Facades\Route;
 
-Route::prefix('{module}')->group(function(){
-    //next
-});
+Route::prefix('wechat')->group(function(){
+
+});