File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
auth/oauth/microsoft/files
tools/microsoft_excel/drives Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import { type NextRequest, NextResponse } from 'next/server'
33import { authorizeCredentialUse } from '@/lib/auth/credential-access'
44import { validatePathSegment } from '@/lib/core/security/input-validation'
55import { generateRequestId } from '@/lib/core/utils/request'
6- import { GRAPH_ID_PATTERN } from '@/tools/microsoft_excel/utils'
76import { getCredential , refreshAccessTokenIfNeeded } from '@/app/api/auth/oauth/utils'
7+ import { GRAPH_ID_PATTERN } from '@/tools/microsoft_excel/utils'
88
99export const dynamic = 'force-dynamic'
1010
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import { type NextRequest, NextResponse } from 'next/server'
33import { authorizeCredentialUse } from '@/lib/auth/credential-access'
44import { validatePathSegment , validateSharePointSiteId } from '@/lib/core/security/input-validation'
55import { generateRequestId } from '@/lib/core/utils/request'
6- import { GRAPH_ID_PATTERN } from '@/tools/microsoft_excel/utils'
76import { refreshAccessTokenIfNeeded } from '@/app/api/auth/oauth/utils'
7+ import { GRAPH_ID_PATTERN } from '@/tools/microsoft_excel/utils'
88
99export const dynamic = 'force-dynamic'
1010
You can’t perform that action at this time.
0 commit comments