chore: move /api to /api/web
This commit is contained in:
@@ -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`,
|
||||
}),
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user