mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
create LRT module frame
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { LrtController } from './lrt.controller';
|
||||
|
||||
@Module({
|
||||
controllers: [LrtController],
|
||||
providers: [],
|
||||
})
|
||||
export class LrtModule {}
|
||||
Reference in New Issue
Block a user