UNPKG

@lxdhub/api

Version:

Display, search and copy LXD-images using a web interface.

14 lines (11 loc) 291 B
import { Module } from '@nestjs/common'; import { LogController } from './log.controller'; @Module({ controllers: [LogController], }) /** * The log module, which bundles all * operational or processable log related * modules, controllers and components */ export class LogModule { }