chore: move /api to /api/web

This commit is contained in:
Michael Zetterberg
2024-04-16 10:41:54 +02:00
parent bc381ea65f
commit 41c29efd82
7 changed files with 17 additions and 16 deletions

View File

@@ -45,6 +45,7 @@ const customProvider = {
} satisfies OIDCConfig<User>
export const config = {
basePath: "/api/web/auth",
providers: [customProvider],
redirectProxyUrl: env.NEXTAUTH_REDIRECT_PROXY_URL,
trustHost: true,