Nest Changelog

1.17.1 PRE

2/27/2023

1.17.2

2/27/2023

3 added endpoints
Added endpoints

GET /test/environments/stag

Test environment guards. This endpoint should be accessible on stag.

Response Body
{
  data: string,
}

GET /test/environments/dev

Test environment guards. This endpoint should be accessible on dev.

Response Body
{
  data: string,
}

GET /test/environments/prod

Test environment guards. This endpoint should be accessible on prod.

Response Body
{
  data: string,
}
WORK IN PROGRESS