mirror of
https://github.com/ceph/ceph
synced 2024-12-14 15:35:45 +00:00
88a8732215
Fixes: https://tracker.ceph.com/issues/52480 Signed-off-by: Avan Thakkar <athakkar@redhat.com> Introducing APIVersion class to handle versioning for API-endpints and making them backward compatible.
2 lines
28 B
Python
2 lines
28 B
Python
DEFAULT_API_VERSION = '1.0'
|