Browse Source

Updated the callback URIs to reflect their correct location

Hugh Downer 6 years ago
parent
commit
23db006083
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/@uppy/companion/src/standalone/helper.js

+ 1 - 1
packages/@uppy/companion/src/standalone/helper.js

@@ -174,7 +174,7 @@ exports.buildHelpfulStartupMessage = (uppyOptions) => {
       providerName = 'drive'
     }
 
-    callbackURLs.push(buildURL(`/${providerName}/callback`, true))
+    callbackURLs.push(buildURL(`/connect/${providerName}/callback`, true))
   })
 
   return stripIndent`