mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-16 20:59:26 +00:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
import { Injectable } from '@nestjs/common'
|
|
|
|
@Injectable()
|
|
export class CardsService {}
|