Hoang Nguyen
Results
1
comments of
Hoang Nguyen
@Gautam2010 You have to add `@Security` to it works Example: ```ts import { Security } from "typescript-rest"; ... @Security("Admin", "bearer") getProducts(): string { return "OK"; } ```