Browse Source

Switch to example to localhost uppy-server

Harry Hedger 8 years ago
parent
commit
0b748d12de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      example/main.js

+ 1 - 1
example/main.js

@@ -12,7 +12,7 @@ import { Core,
 
 const uppy = new Core({debug: true, autoProceed: false})
   .use(Dashboard, {trigger: '#uppyModalOpener', inline: false})
-  .use(GoogleDrive, {target: Dashboard, host: 'http://ya.ru'})
+  .use(GoogleDrive, {target: Dashboard, host: 'http://localhost:3020'})
   .use(Dummy, {target: Dashboard})
   .use(Webcam, {target: Dashboard})
   // .use(ProgressBar, {target: Dashboard})