We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03ab135 + c5ca153 commit 6795766Copy full SHA for 6795766
1 file changed
backend/src/entities/connection/connection.controller.ts
@@ -726,7 +726,7 @@ export class ConnectionController {
726
status: 200,
727
type: ConnectionDiagramResponseDTO,
728
})
729
- @UseGuards(ConnectionReadGuard)
+ @UseGuards(ConnectionEditGuard)
730
@Get('/connection/diagram/:connectionId')
731
async getConnectionDiagram(
732
@SlugUuid('connectionId') connectionId: string,
0 commit comments