mirror of
https://github.com/vernu/textbee.git
synced 2026-06-21 22:18:59 -04:00
7 lines
106 B
TypeScript
7 lines
106 B
TypeScript
import { Injectable } from '@nestjs/common'
|
|
|
|
@Injectable()
|
|
export class AppService {
|
|
constructor() {}
|
|
}
|