File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import { type ReactNode , Suspense } from 'react' ;
2- import { GET } from 'app/changelog/ api/auth/[...nextauth]/route' ;
2+ import { GET } from 'app/api/auth/[...nextauth]/route' ;
33import type { Metadata } from 'next' ;
44import { getServerSession } from 'next-auth/next' ;
55
Original file line number Diff line number Diff line change 11import crypto from 'crypto' ;
22
33import { Storage } from '@google-cloud/storage' ;
4- import { GET as sessionHandler } from 'app/changelog/ api/auth/[...nextauth]/route' ;
4+ import { GET as sessionHandler } from 'app/api/auth/[...nextauth]/route' ;
55import { NextRequest } from 'next/server' ;
66import { getServerSession } from 'next-auth/next' ;
77
Original file line number Diff line number Diff line change 11import { Fragment , Suspense } from 'react' ;
22import { type Category , type Changelog } from '@prisma/client' ;
33import * as Sentry from '@sentry/nextjs' ;
4- import { GET as sessionHandler } from 'app/changelog/ api/auth/[...nextauth]/route' ;
4+ import { GET as sessionHandler } from 'app/api/auth/[...nextauth]/route' ;
55import type { Metadata , ResolvingMetadata } from 'next' ;
66import { unstable_cache } from 'next/cache' ;
77import Link from 'next/link' ;
You can’t perform that action at this time.
0 commit comments