feat: adiciona endpoint placa-8122 e remove newrelic/pm2

Simplifica start:prod e ajusta consultas de ofertas para 10x (codplpagmax=42), com melhorias de sanitização e imports.
This commit is contained in:
2026-01-28 09:19:11 -03:00
parent b13e2775b4
commit 83a1fd78be
11 changed files with 689 additions and 1462 deletions

View File

@@ -1,6 +1,6 @@
import { Injectable, NotFoundException } from '@nestjs/common';
import { UserRepository } from '../users/UserRepository';
import md5 = require('md5');
import * as md5 from 'md5';
@Injectable()
export class ChangePasswordService {