Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Nest projects support #630

Closed
vogloblinsky opened this issue Aug 29, 2018 · 1 comment
Closed

[BUG] Nest projects support #630

vogloblinsky opened this issue Aug 29, 2018 · 1 comment

Comments

@vogloblinsky
Copy link
Contributor

vogloblinsky commented Aug 29, 2018

Controllers

  • params of decorator
@Get()
@Roles('admin')
async findAll(): Promise<ParkingSpaceInterface[]> {
    return await this.parkingSpaceService.findAll();
}
@vogloblinsky vogloblinsky added this to the 1.1.5 milestone Aug 29, 2018
@vogloblinsky vogloblinsky changed the title [BUG] Nest project / controller / params of decorator [BUG] Nest projects support Sep 1, 2018
@vogloblinsky vogloblinsky modified the milestones: 1.1.5, 1.1.7 Oct 10, 2018
@vogloblinsky vogloblinsky modified the milestones: 1.1.7, 1.1.8 Jan 29, 2019
@lock
Copy link

lock bot commented Sep 30, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant