Skip to content

Commit

Permalink
[enhancement] JCommon MongoDB UserController fix default role for ann…
Browse files Browse the repository at this point in the history
…otation (#854)
  • Loading branch information
rikaaa0928 authored Jul 2, 2024
1 parent 526464b commit b65bb03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@

String name() default "name";

String role() default "admin";
String role() default "user";
}

0 comments on commit b65bb03

Please sign in to comment.