Skip to content

Commit fb87824

Browse files
Update content/microservices/nats.md
1 parent 549b40f commit fb87824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/microservices/nats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const app = await NestFactory.createMicroservice<MicroserviceOptions>(AppModule,
2626
const app = await NestFactory.createMicroservice(AppModule, {
2727
transport: Transport.NATS,
2828
options: {
29-
servers: ['nats://localhost:4222'],
29+
servers: ['nats://localhost:4222'],
3030
},
3131
});
3232
```

0 commit comments

Comments
 (0)