Commit b120febf authored by Diego Iván's avatar Diego Iván
Browse files

renombrando forma de autenticacion

parent c300975f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ async function bootstrap() {
        name: 'Authorization',
        in: 'header',
      },
      'JWT',
      'jwt',
    )
    .build();
  const document = SwaggerModule.createDocument(app, config);