We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a1e04 commit 848755eCopy full SHA for 848755e
src/app.service.ts
@@ -4,6 +4,6 @@ import { Injectable } from '@nestjs/common';
4
@Injectable()
5
export class AppService {
6
getHello(): string {
7
- return "hello "+ process.env.CSERVER_PORT;
+ return "hello "+ process.env.SERVER_PORT;
8
}
9
0 commit comments