Skip to content

Commit fc4be02

Browse files
Update sample/05-sql-typeorm/src/main.ts
1 parent 0fb3233 commit fc4be02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample/05-sql-typeorm/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { AppModule } from './app.module';
33

44
async function bootstrap() {
55
const app = await NestFactory.create(AppModule);
6-
await app.listen(3000, '0.0.0.0');
6+
await app.listen(3000);
77
console.log(`Application is running on: ${await app.getUrl()}`);
88
}
99
bootstrap();

0 commit comments

Comments
 (0)