Skip to content

Commit

Permalink
Comment on gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
JSH32 committed Nov 30, 2023
1 parent 83db828 commit 42942e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actias-api/src/scripts/scripts.gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ interface SocketData {
user: Users;
}

/**
* Gateway for live scripts.
*/
@UseGuards(AuthGuard, AclGuard)
@WebSocketGateway({ namespace: 'liveScript' })
export class ScriptsGateway
Expand Down

0 comments on commit 42942e3

Please sign in to comment.