Skip to content

Commit

Permalink
feat(interfaces): add origin property to channel HTTP interface
Browse files Browse the repository at this point in the history
  • Loading branch information
4gray committed Dec 20, 2024
1 parent a17718b commit 1c5587b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/channel.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export interface Channel {
http: {
referrer: string;
'user-agent': string;
origin: string;
};
radio: string;
}

0 comments on commit 1c5587b

Please sign in to comment.