Skip to content

Commit 848755e

Browse files
authored
Update app.service.ts
1 parent 81a1e04 commit 848755e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import { Injectable } from '@nestjs/common';
44
@Injectable()
55
export class AppService {
66
getHello(): string {
7-
return "hello "+ process.env.CSERVER_PORT;
7+
return "hello "+ process.env.SERVER_PORT;
88
}
99
}

0 commit comments

Comments
 (0)