mirror of
https://github.com/docmost/docmost.git
synced 2025-11-14 07:51:09 +10:00
switch to nx monorepo
This commit is contained in:
8
apps/server/src/app.service.ts
Normal file
8
apps/server/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