refactor:

This commit is contained in:
Innei
2021-08-21 15:12:04 +08:00
parent db19461045
commit eaf4a6bede
57 changed files with 8059 additions and 6417 deletions

View File

@@ -1,7 +1,9 @@
import { Controller, Get } from '@nestjs/common'
import PKG from '../package.json'
import { execSync } from 'child_process'
import { ApiTags } from '@nestjs/swagger'
@Controller()
@ApiTags('Root')
export class AppController {
@Get()
async appInfo(): Promise<IAppInfo> {