Skip to content

Commit

Permalink
chore(api): Fixed naming error in variable controller
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jul 29, 2024
1 parent 9502678 commit 0c5a380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/variable/controller/variable.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class VariableController {

@Get('/:projectId/:environmentId')
@RequiredApiKeyAuthorities(Authority.READ_VARIABLE)
async getAllSecretsOfEnvironment(
async getAllVariablesOfEnvironment(
@CurrentUser() user: User,
@Param('projectId') projectId: string,
@Param('environmentId') environmentId: string
Expand Down

0 comments on commit 0c5a380

Please sign in to comment.