Add fococoffee endpoints
This commit is contained in:
13
src/fococoffee/fococoffee.module.ts
Normal file
13
src/fococoffee/fococoffee.module.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { FocoCoffeeController } from './fococoffee.controller';
|
||||
import { FocoCoffeeService } from './fococoffee.service';
|
||||
import { HarbingerService } from './harbinger.service';
|
||||
import { LimaService } from './lima.service';
|
||||
import { BindleService } from './bindle.service';
|
||||
|
||||
@Module({
|
||||
imports: [],
|
||||
controllers: [FocoCoffeeController],
|
||||
providers: [FocoCoffeeService, HarbingerService, LimaService, BindleService]
|
||||
})
|
||||
export class FocoCoffeeModule { }
|
Reference in New Issue
Block a user