Skip to content

Commit

Permalink
fixed routing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinOomenTheDeveloper committed Jun 18, 2024
1 parent c4f4824 commit d8cb890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/auth/[...nextauth]/route.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { authOptions } from "@/app/api/auth/[...nextauth]/authOptions";
import { authOptions } from "./authOptions";
import NextAuth from "next-auth";

const handler = NextAuth(authOptions);
Expand Down

0 comments on commit d8cb890

Please sign in to comment.