Skip to content

Commit

Permalink
Update app.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dbruidb authored Mar 14, 2024
1 parent 81a1e04 commit 848755e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {
getHello(): string {
return "hello "+ process.env.CSERVER_PORT;
return "hello "+ process.env.SERVER_PORT;
}
}

0 comments on commit 848755e

Please sign in to comment.