Skip to content
Snippets Groups Projects
Commit 1b355c6e authored by L4168's avatar L4168
Browse files

filename roles.* -> guard.*

parent 2fb3d2cc
No related branches found
No related tags found
3 merge requests!59Development to master,!36Development,!32Game state
import { SetMetadata } from '@nestjs/common'; import { SetMetadata } from '@nestjs/common';
export const Roles = (...roles: string[]) => SetMetadata('roles', roles); export const Roles = (...roles: string[]) => SetMetadata('roles', roles);
\ No newline at end of file
export const GameStates = (...states: string[]) =>
SetMetadata('states', states);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment