How does NestJS support versioning for REST API endpoints?
-
A
Only via URL path prefixes manually set on controllers
-
B
Via URI, header, media type, or custom versioning strategies built into the framework
-
C
Via package.json version field
-
D
By creating separate modules per version