mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 06:28:12 +00:00
Initial commit of edr-passenger-api alpha version
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { PromosController } from './promos.controller';
|
||||
import { PromosService } from './promos.service';
|
||||
|
||||
@Module({ controllers: [PromosController], providers: [PromosService] })
|
||||
export class PromosModule {}
|
||||
Reference in New Issue
Block a user