Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Averin committed Aug 23, 2023
1 parent d4ef3f5 commit f31cc19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions codegen/Templates/dart/api_client.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class ApiClient {
{String? clientId,
String? clientSecret,
String? accessToken,
tokenUrl: "https://api.aspose.cloud/connect/token",
this.basePath: "https://api.aspose.cloud/v3.0"}) {
tokenUrl = "https://api.aspose.cloud/connect/token",
this.basePath = "https://api.aspose.cloud/v3.0"}) {
_authentication = new OAuth(
clientId: clientId,
clientSecret: clientSecret,
Expand Down
2 changes: 1 addition & 1 deletion submodules/dotnet

0 comments on commit f31cc19

Please sign in to comment.