mirror of
https://github.com/docmost/docmost.git
synced 2026-08-28 17:27:06 +08:00
switch to nx monorepo
This commit is contained in:
@@ -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