Skip to content

Commit

Permalink
Merge pull request #6 from Malaa-tech/fix-client-id
Browse files Browse the repository at this point in the history
fix: missing base path space
  • Loading branch information
ghadeer-x authored Dec 20, 2023
2 parents bc3329f + 7e85182 commit 27e82cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class APIConfig(BaseModel):
client_secret: Optional[str]
timeout: Any = httpx.Timeout(connect=5, read=15 * 60, write=5, pool=5)
base_path: Optional[str] = {% if servers|length > 0 %} '{{ servers[0].url }}' {% else %} 'NO SERVER' {% endif %}

verify: Union[bool, str] = False


Expand Down

0 comments on commit 27e82cc

Please sign in to comment.