Skip to content

Commit

Permalink
Merge pull request #166 from friggframework/fr/google-drive
Browse files Browse the repository at this point in the history
Trailing Slash removal for Google Drive
  • Loading branch information
seanspeaks authored May 26, 2023
2 parents 4dc86d8 + 46407bf commit d1281b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-module-library/google-drive/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Api extends OAuth2Requester {
constructor(params) {
super(params);

this.baseUrl = 'https://www.googleapis.com/';
this.baseUrl = 'https://www.googleapis.com';

this.URLs = {
about: '/drive/v3/about',
Expand Down

0 comments on commit d1281b0

Please sign in to comment.