Fix angular dev auth api schema extension

This commit is contained in:
shamoon 2024-12-02 23:36:33 -08:00
parent 0272904fc9
commit fc4867a4c8

View File

@ -10,8 +10,8 @@ class AngularApiAuthenticationOverrideScheme(OpenApiAuthenticationExtension):
def get_security_definition(self, auto_schema):
return {
"name": "Angular Authorization",
"description": "Automatic Angular authentication for the dev server",
"type": "http",
"scheme": "basic",
}