aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/api
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/app/api')
-rw-r--r--frontend/src/app/api/auth/[auth0]/route.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/app/api/auth/[auth0]/route.ts b/frontend/src/app/api/auth/[auth0]/route.ts
index fc08676..3ce09af 100644
--- a/frontend/src/app/api/auth/[auth0]/route.ts
+++ b/frontend/src/app/api/auth/[auth0]/route.ts
@@ -1,3 +1,3 @@
-import {handleAuth} from '@auth0/nextjs-auth0';
+import { handleAuth } from "@auth0/nextjs-auth0";
export const GET = handleAuth();