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

@@ -15,7 +15,7 @@ function initializeTrpcClient() {
/**
* This is locally in Next.js
*/
url: `http://localhost:${env.NEXT_PUBLIC_PORT}/api/trpc`,
url: `http://localhost:${env.NEXT_PUBLIC_PORT}/api/web/trpc`,
}),
],
})