Skip to content

Commit

Permalink
fix: authjs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Sep 18, 2024
1 parent 2bbd24d commit 063159c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground-authjs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineNuxtConfig({
globalAppMiddleware: {
isEnabled: true
},
baseURL: `http://localhost:${process.env.PORT || 3000}`
baseURL: `http://localhost:${process.env.PORT || 3000}/api/auth`
},
routeRules: {
'/with-caching': {
Expand Down

0 comments on commit 063159c

Please sign in to comment.