api route resolved
This commit is contained in:
parent
1b7d5b8554
commit
4efa9794b0
@ -19,7 +19,7 @@ import {
|
||||
UpdateFeeCommBodyDTO,
|
||||
} from './manage-fee.dto';
|
||||
|
||||
@Controller('manage-fee')
|
||||
@Controller('oracle')
|
||||
export class ManageFeeController {
|
||||
constructor(private readonly manageFeeService: ManageFeeService) {}
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ import {
|
||||
UpdateParamRecordDTO,
|
||||
} from './param-table.dto';
|
||||
|
||||
@Controller('param-table')
|
||||
@Controller('oracle')
|
||||
export class ParamTableController {
|
||||
constructor(private readonly paramTableService: ParamTableService) {}
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ import {
|
||||
import { ApiTags } from '@nestjs/swagger';
|
||||
import { CarnetSequenceService } from './carnet-sequence.service';
|
||||
|
||||
@Controller('carnet-sequence')
|
||||
@Controller('oracle')
|
||||
export class CarnetSequenceController {
|
||||
constructor(private readonly carnetSequenceService: CarnetSequenceService) {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user