forked from Yara724/api
YARA-1110
This commit is contained in:
@@ -19,7 +19,6 @@ import {
|
||||
CreateSuperAdminDto,
|
||||
CreateFieldExpertAdminDto,
|
||||
CreateRegistrarAdminDto,
|
||||
CreateFinancialExpertAdminDto,
|
||||
} from "./dto/super-admin.dto";
|
||||
import { ClientDto } from "src/client/dto/create-client.dto";
|
||||
import {
|
||||
@@ -130,18 +129,6 @@ export class SuperAdminController {
|
||||
return this.superAdminService.createRegistrar(body);
|
||||
}
|
||||
|
||||
@Post("create-financial-expert")
|
||||
@ApiOperation({
|
||||
summary: "Create a financial expert (V5 flow)",
|
||||
description:
|
||||
"FinancialExperts are the final approvers in the V5 blame flow before fanavaran submission. " +
|
||||
"Scoped to the specified insurer client via clientId.",
|
||||
})
|
||||
@ApiBody({ type: CreateFinancialExpertAdminDto })
|
||||
createFinancialExpert(@Body() body: CreateFinancialExpertAdminDto) {
|
||||
return this.superAdminService.createFinancialExpert(body);
|
||||
}
|
||||
|
||||
// ── System settings ──────────────────────────────────────────────────────
|
||||
|
||||
@Get("system-settings")
|
||||
|
||||
Reference in New Issue
Block a user