mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-22 03:16:21 +00:00
chore: spacing
This commit is contained in:
parent
c6a4763d40
commit
3c31cfd125
@ -38,6 +38,7 @@ export class SkeletonCRUDController<
|
|||||||
private readonly deleteProcess: DP,
|
private readonly deleteProcess: DP,
|
||||||
private readonly deleteBatchProcess: DBP,
|
private readonly deleteBatchProcess: DBP,
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
@Post()
|
@Post()
|
||||||
async create(): Promise<T> {
|
async create(): Promise<T> {
|
||||||
return this.createProcess.result();
|
return this.createProcess.result();
|
||||||
|
Loading…
Reference in New Issue
Block a user