mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-09 04:47:41 +00:00
create LRT module frame
This commit is contained in:
@@ -6,8 +6,10 @@ import {
|
||||
} from '@nestjs/common';
|
||||
import { KodiApiController } from './kodi-api.controller';
|
||||
import { KodiApiUrlRewriteMiddleware } from './UrlRewrite/url-rewrite.middleware';
|
||||
import { LrtModule } from './LRT/lrt.module';
|
||||
|
||||
@Module({
|
||||
imports: [LrtModule],
|
||||
controllers: [KodiApiController],
|
||||
providers: [],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user