mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-23 03:46:22 +00:00
chore: remove service from example because no need it
This commit is contained in:
parent
117de26880
commit
d5cd468506
@ -62,7 +62,7 @@ DATABASE_URL = 'mysql://johndoe:randompassword@localhost:3306/mydb';
|
||||
}),
|
||||
],
|
||||
controllers: [AppController],
|
||||
providers: [AppService],
|
||||
providers: [],
|
||||
})
|
||||
export class AppModule {}
|
||||
|
||||
@ -98,7 +98,7 @@ export class UserEntity {
|
||||
}),
|
||||
],
|
||||
controllers: [AppController],
|
||||
providers: [AppService],
|
||||
providers: [],
|
||||
})
|
||||
export class AppModule {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user