Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Feb 27, 2024
1 parent 1aab582 commit 9cd7eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/changelog.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use server';

import {GET as handler} from 'app/changelog/api/auth/[...nextauth]/route';
import {GET as handler} from 'app/api/auth/[...nextauth]/route';
import {revalidatePath, revalidateTag} from 'next/cache';
import {redirect} from 'next/navigation';
import {getServerSession} from 'next-auth/next';
Expand Down

0 comments on commit 9cd7eaa

Please sign in to comment.