File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
openapi_schema_pydantic/v3/v3_0_3 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ class Config:
48
48
"scopes" : {"write:pets" : "modify pets in your account" , "read:pets" : "read your pets" },
49
49
},
50
50
{
51
- "authorizationUrl" : "/api/oauth/dialog" , # issue #5: allow relative path
52
- "tokenUrl" : "/api/oauth/token" , # issue #5: allow relative path
53
- "refreshUrl" : "/api/oauth/token" , # issue #5: allow relative path
51
+ "authorizationUrl" : "/api/oauth/dialog" , # issue #5: allow relative path
52
+ "tokenUrl" : "/api/oauth/token" , # issue #5: allow relative path
53
+ "refreshUrl" : "/api/oauth/token" , # issue #5: allow relative path
54
54
"scopes" : {"write:pets" : "modify pets in your account" , "read:pets" : "read your pets" },
55
55
},
56
56
]
Original file line number Diff line number Diff line change @@ -83,6 +83,6 @@ class Config:
83
83
},
84
84
},
85
85
{"type" : "openIdConnect" , "openIdConnectUrl" : "https://example.com/openIdConnect" },
86
- {"type" : "openIdConnect" , "openIdConnectUrl" : "openIdConnect" }, # #5: allow relative path
86
+ {"type" : "openIdConnect" , "openIdConnectUrl" : "openIdConnect" }, # #5: allow relative path
87
87
]
88
88
}
You can’t perform that action at this time.
0 commit comments