Skip to content

Commit 0c7f009

Browse files
committed
refactor: update imports
1 parent 43cf7ec commit 0c7f009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp-express/src/McpAuthServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import {McpAuthOptions} from '@asgardeo/mcp-node';
2020
import {Router, RequestHandler} from 'express';
21-
import bearerAuthMiddleware from './middlewares/protected-route';
21+
import bearerAuthMiddleware from './middlewares/bearerAuthMiddleware';
2222
import AuthRouter from './routes/auth';
2323

2424
export class McpAuthServer {

0 commit comments

Comments
 (0)