remove local from middleware
This commit is contained in:
2
resources/js/router/index.js
vendored
2
resources/js/router/index.js
vendored
@@ -5,7 +5,7 @@ import { useAppStore } from '../stores/app'
|
||||
import { defineComponent, nextTick } from 'vue'
|
||||
|
||||
// The middleware for every page of the application.
|
||||
const globalMiddleware = ['locale', 'check-auth', 'custom-domains']
|
||||
const globalMiddleware = ['check-auth', 'custom-domains']
|
||||
|
||||
// Load middleware modules dynamically.
|
||||
const requireContext = import.meta.glob('../middleware/**/*.js', { eager: true })
|
||||
|
||||
Reference in New Issue
Block a user