NestJS versioning on sub-paths
I want to create a NestJS api that has paths like /service-one/v1/*
and /service-two/v1/*
where the URI versioning should be after the service name.
I want to create a NestJS api that has paths like /service-one/v1/*
and /service-two/v1/*
where the URI versioning should be after the service name.