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

Feat/swagger #12

Merged
merged 4 commits into from
Sep 7, 2023
Merged

Feat/swagger #12

merged 4 commits into from
Sep 7, 2023

Conversation

CondensedMilk7
Copy link
Member

No description provided.

@KostaD02 KostaD02 added the documentation Improvements or additions to documentation label Sep 7, 2023
@@ -36,7 +37,11 @@ export class AuthController {

@Post('sign_in')
@UseGuards(LocalAuthGuard)
signIn(@Request() req, @Res({ passthrough: true }) response: Response) {
signIn(
@Request() req: any,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be better to have decorator than use any

@KostaD02 KostaD02 merged commit c88d1bb into main Sep 7, 2023
@KostaD02 KostaD02 deleted the feat/swagger branch September 7, 2023 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants