Describe the bug
I used the example given in docs - Link
In the code, I added the default version by updating Cadwyn object creation as below
app = Cadwyn(versions=version_bundle, title="My amazing API", api_version_default_value="2002-01-01")
Without the api_version_default_value , /docs shows the API Contracts page. However, after setting the value, /docs returns {"detail":"Not Found"}
Describe the bug
I used the example given in docs - Link
In the code, I added the default version by updating
Cadwynobject creation as belowWithout the
api_version_default_value,/docsshows the API Contracts page. However, after setting the value,/docsreturns{"detail":"Not Found"}