mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-22 03:16:21 +00:00
chore: change sample to skeleton
This commit is contained in:
parent
22f7593799
commit
df32210dfe
@ -1,9 +1,9 @@
|
|||||||
import { AutoCRUDController } from '@autocrud/autocrud';
|
import { SkeletonCRUDController } from '@autocrud/skeleton';
|
||||||
import { Controller, Get } from '@nestjs/common';
|
import { Controller } from '@nestjs/common';
|
||||||
import { AppService } from './app.service';
|
import { AppService } from './app.service';
|
||||||
|
|
||||||
@Controller('hello')
|
@Controller('hello')
|
||||||
export class AppController extends AutoCRUDController {
|
export class AppController extends SkeletonCRUDController {
|
||||||
constructor(private readonly appService: AppService) {
|
constructor(private readonly appService: AppService) {
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user