This feature adds the api versioning to the endpoints, via the router, such that it is possible to create new routes for new versions and still keep the old functionality on a previous version.
Resolved Issue
Closes #6
Changes
Created an extension method in the API project, used to configure the api with settings, the intent is that this class will hold all configuration tightly coupled with API project itself, such as logging, cors and api versioning.
Description
This feature adds the api versioning to the endpoints, via the router, such that it is possible to create new routes for new versions and still keep the old functionality on a previous version.
Resolved Issue
Closes #6
Changes
Created an extension method in the API project, used to configure the api with settings, the intent is that this class will hold all configuration tightly coupled with API project itself, such as logging, cors and api versioning.