Refactoring

This commit is contained in:
2025-01-18 10:28:10 -06:00
parent c8eb31174d
commit 4606bf1d98

View File

@@ -1,5 +1,3 @@
if (process.env.NODE_ENV !== 'production') require('dotenv').config();
import { NestFactory } from '@nestjs/core';
import { AppModule } from './app.module';
import { HttpService } from '@nestjs/axios';