File

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

Prefix

api/admin/system-setting

Extends

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

@Controller("api/admin/system-setting")
export class SystemSettingController extends BaseController<SystemSettingService> {
  constructor(private readonly systemSettingService: SystemSettingService) {
    super(systemSettingService);
  }
}

results matching ""

    No results matching ""