Skip to content

Commit 756c8c4

Browse files
author
George Khoury
committed
fix(nuxt.config.ts): update base URL for nuxt-auth
1 parent 832e109 commit 756c8c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default defineNuxtConfig({
8080
},
8181
},
8282
auth: {
83-
baseURL: 'http://localhost:5000/auth',
83+
baseURL: 'https://community.api.prod.josa.ngo/v2/auth',
8484
provider: {
8585
type: 'local',
8686
endpoints: {
@@ -100,4 +100,4 @@ export default defineNuxtConfig({
100100
build: {
101101
transpile: ['@vuepic/vue-datepicker'],
102102
},
103-
})
103+
})

0 commit comments

Comments
 (0)