FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit c546ab7a authored by E. Evstafiev's avatar E. Evstafiev :bulb:
Browse files

fix(openapi): set DEFAULT_VERSION to v1alpha1 to fix missing account endpoints in spec

parent df6038f7
No related branches found
No related tags found
1 merge request!52Resolve "Ensure OpenAPI specification is generated correctly"
Pipeline #649554 passed
......@@ -162,6 +162,7 @@ REST_FRAMEWORK = {
],
"DEFAULT_VERSIONING_CLASS": "rest_framework.versioning.NamespaceVersioning",
"ALLOWED_VERSIONS": AVAILABLE_VERSIONS,
"DEFAULT_VERSION": "v1alpha1",
"EXCEPTION_HANDLER": "authentication.errors.exception_handler",
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment