Skip to content

Commit

Permalink
🔧chore: api listen all host
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirLut committed Apr 6, 2024
1 parent 71e39d3 commit ed70ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/rgd.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class RgdClient<
origin: '*',
automaticallyConnect: true,
listenOptions: {
host: 'localhost',
host: '0.0.0.0',
port: Number(process.env.PORT),
},
auth: {
Expand Down

0 comments on commit ed70ef5

Please sign in to comment.