Skip to content

Commit 2daf512

Browse files
committed
docs(jwt): update README.md
[skip ci]
1 parent b3f9273 commit 2daf512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jwt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class FooController {
8989

9090
@Inject() readonly svc: FooService
9191

92-
@Public()
92+
@Public() // <-- Set this route public access without jwt authentication
9393
async hello(): Promise<string> {
9494
return 'hello'
9595
}

0 commit comments

Comments
 (0)