mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-04-21 19:45:20 +00:00
init nest (wip)
This commit is contained in:
parent
1a211e261e
commit
3b5f41f933
26 changed files with 8251 additions and 0 deletions
8
app/api/src/app.service.ts
Normal file
8
app/api/src/app.service.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { Injectable } from '@nestjs/common';
|
||||
|
||||
@Injectable()
|
||||
export class AppService {
|
||||
getHello(): string {
|
||||
return 'Hello World!';
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue