mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-09 04:47:41 +00:00
add kodi api web interface
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { KodiApiInterfaceController } from './kodi-api-interface.controller';
|
||||
|
||||
/**
|
||||
* Playground module for playing around
|
||||
*/
|
||||
@Module({
|
||||
imports: [],
|
||||
controllers: [KodiApiInterfaceController],
|
||||
providers: [],
|
||||
})
|
||||
export class KodiApiInterfaceModule {}
|
||||
Reference in New Issue
Block a user