File

apps/recallassess/recallassess-api/src/api/admin/system-log/system-log.controller.ts

Prefix

api/admin/system-log

Extends

import { BaseController } from "@bish-nest/core/controller/base.controller";
import { Controller } from "@nestjs/common";
import { SystemLogService } from "./services/system-log.service";

@Controller("api/admin/system-log")
export class SystemLogController extends BaseController<SystemLogService> {
  constructor(systemLogService: SystemLogService) {
    super(systemLogService);
  }
}

results matching ""

    No results matching ""