mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 12:58:13 +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 { WalletController } from './wallet.controller';
|
||||
import { WalletService } from './wallet.service';
|
||||
|
||||
@Module({ controllers: [WalletController], providers: [WalletService] })
|
||||
export class WalletModule {}
|
||||
Reference in New Issue
Block a user