xielin 6 years ago
parent
commit
6e81d90383
1 changed files with 1 additions and 1 deletions
  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,
 ]);
 
 /*