EN VI
Posts (0)

No data results!

Please check back again in feature!

Questions (4)
2024-03-10 03:30:04
You aren't sending an object with a dados property to your microservice from the gateway controller. The object's properties are idUsuario, idUsuarioPropio, idPergunta, and data. It looks like you are...
Tags: node.js docker rabbitmq
2024-03-12 20:30:05
You have to assign the return value of the init function to a variable and use that to call track. import { init } from "mixpanel"; import mixpanelConfig from "../../app/config/mixpanel.config"; cons...
2024-03-14 19:30:06
I think you could take advantage of Hybrid application support from NestJS. Your code would become: const app = await NestFactory.create(AppModule); const configService = appContext.get(ConfigService)...
2024-03-16 01:00:12
Rather than using useClass with theAPP_GUARD provider, you can add the AuthGuard to the providers array directly, and then use useExisting: AuthGuard for the APP_GUARD provider. Then, in your tests yo...

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login