Skip to content

Commit 0354b64

Browse files
Tolerblancsummersummerwhyezcolin2
committed
chore: 메서드 오타 수정
Co-authored-by: Summer Min <[email protected]> Co-authored-by: ez <[email protected]>
1 parent d477af3 commit 0354b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/src/node/node.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export class NodeController {
135135
@ApiOperation({ summary: '특정 워크스페이스의 모든 노드들을 가져옵니다.' })
136136
@Get('/workspace/:workspaceId')
137137
@HttpCode(HttpStatus.OK)
138-
async findPagesByWorkspace(
138+
async findNodesByWorkspace(
139139
@Param('workspaceId') workspaceId: string, // Snowflake ID
140140
): Promise<FindNodesResponseDto> {
141141
const nodes = await this.nodeService.findNodesByWorkspace(workspaceId);

0 commit comments

Comments
 (0)