Skip to content

Commit fd271c1

Browse files
committed
fix simpleStreamableHttp src/ imports
1 parent 7387c44 commit fd271c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/examples/server/simpleStreamableHttp.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import {
1515
} from '../../types.js';
1616
import { InMemoryEventStore } from '../shared/inMemoryEventStore.js';
1717
import { setupAuthServer } from './demoInMemoryOAuthProvider.js';
18-
import { OAuthMetadata } from 'src/shared/auth.js';
19-
import { checkResourceAllowed } from 'src/shared/auth-utils.js';
18+
import { OAuthMetadata } from '../../shared/auth.js';
19+
import { checkResourceAllowed } from '../../shared/auth-utils.js';
2020

2121
import cors from 'cors';
2222

0 commit comments

Comments
 (0)