xielin 6 年之前
父节点
当前提交
6e81d90383
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bootstrap/app.php

+ 1 - 1
bootstrap/app.php

@@ -62,7 +62,7 @@ $app->singleton(
 
 $app->routeMiddleware([
     'auth' => App\Http\Middleware\Authenticate::class,
-    'jwt.chxq_auth' => App\Http\Middleware\SignMiddleware::class,
+    'jwt.chxq_auth' => App\Http\Middleware\JwtAuthMiddleware::class,
 ]);
 
 /*