Skip to content

Commit

Permalink
No commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Jan 4, 2024
1 parent 9373817 commit cc00218
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions back/src/oidc-client/oidc-client.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,4 @@ export class OidcClientController {
};
}
// @Post()
// async create(@Body() createOidcClientDto: CreateOidcClientDto) {
// try {
// return await this.oidcClientSaver.save(createOidcClientDto);
// } catch (error) {
// throw new HttpException(
// {
// status: HttpStatus.BAD_REQUEST,
// error: `Error occurs : ${error.message}`,
// },
// HttpStatus.BAD_REQUEST,
// {
// cause: error,
// },
// );
// }
// }
}

0 comments on commit cc00218

Please sign in to comment.