Is it better to version an API on the endpoint or on the router?
I’m looking to implement versioning on my FastAPI server and I’m not sure what the better approach is.
I’m looking to implement versioning on my FastAPI server and I’m not sure what the better approach is.