Yield generated for 3a9b25c1-f5e3-45fe-8018-6f0bde31b935
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

3 lines
106 B

import { SetMetadata } from '@nestjs/common';
export const Public = () => SetMetadata('isPublic', true);