Nest JS GET -запрос отвечает на индекс

const request = host.getArgByIndex(0);
const response = host.getArgByIndex(1);
Puzzled Puffin