mirror of
https://github.com/zen-browser/rices.git
synced 2025-07-13 11:45:38 +02:00
4 lines
87 B
TypeScript
4 lines
87 B
TypeScript
import { Injectable } from '@nestjs/common';
|
|
|
|
@Injectable()
|
|
export class AppService {}
|