mirror of
https://github.com/vernu/textbee.git
synced 2026-04-19 06:22:10 -04:00
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
import { Controller, Get } from '@nestjs/common'
|
|
import { AppService } from './app.service'
|
|
|
|
@Controller()
|
|
export class AppController {}
|