Skip to content

Commit

Permalink
chore: temporarily disable auth
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan authored Sep 17, 2023
1 parent a88cc9c commit aedc838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/user/[id].get.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default defineProtectedEventHandler(event => ({
export default defineEventHandler(event => ({
id: event.context.params!.id,
name: 'Qin Guan',
memberId: 'ABC-1',
Expand Down

0 comments on commit aedc838

Please sign in to comment.