Skip to content

Commit

Permalink
feature(websockets) support regexp in namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jan 16, 2019
1 parent 9a3f760 commit 84c1563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export interface GatewayMetadata {
namespace?: string;
namespace?: string | RegExp;
path?: string;
serveClient?: boolean;
adapter?: any;
Expand Down

0 comments on commit 84c1563

Please sign in to comment.