mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-26 09:18:57 +00:00
nestjs example
This commit is contained in:
8
nestjs/src/app.service.ts
Normal file
8
nestjs/src/app.service.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
|
||||
@Injectable()
|
||||
export class AppService {
|
||||
getHello(): string {
|
||||
return 'Hello World!';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user