Skip to content

Commit

Permalink
fix(playground): reset to default pointer '/'
Browse files Browse the repository at this point in the history
Co-authored-by: Marsel Shayhin <[email protected]>
  • Loading branch information
valh1996 and phoenix-ru authored Mar 14, 2024
1 parent fff8137 commit 9af5920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground-local/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineNuxtConfig({
},
session: {
dataType: { id: 'string', email: 'string', name: 'string', role: 'admin | guest | account', subscriptions: "{ id: number, status: 'ACTIVE' | 'INACTIVE' }[]" },
dataResponsePointer: '/data/user'
dataResponsePointer: '/'
}
},
session: {
Expand Down

0 comments on commit 9af5920

Please sign in to comment.