feat: add network module and service for TCP latency measurement and proxy performance
This commit is contained in:
7
web/api/src/app.module.ts
Normal file
7
web/api/src/app.module.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { ProxyModule } from './proxy/proxy.module';
|
||||
|
||||
@Module({
|
||||
imports: [ProxyModule],
|
||||
})
|
||||
export class AppModule {}
|
||||
Reference in New Issue
Block a user