Skip to content

Commit

Permalink
changed url back to ngx-uploader.com/upload
Browse files Browse the repository at this point in the history
  • Loading branch information
retailify authored and jkuri committed Nov 9, 2017
1 parent f13c1bd commit a52cf20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/app-home/app-home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export class AppHomeComponent {
if (output.type === 'allAddedToQueue') {
const event: UploadInput = {
type: 'uploadAll',
url: 'http://localhost:4900/upload',
method: 'POST',
url: 'http://ngx-uploader.com/upload',
method: 'POST',
data: { foo: 'bar' }
};

Expand Down Expand Up @@ -53,8 +53,8 @@ export class AppHomeComponent {
startUpload(): void {
const event: UploadInput = {
type: 'uploadAll',
url: 'http://localhost:4900/upload',
method: 'POST',
url: 'http://ngx-uploader.com/upload',
method: 'POST',
data: { foo: 'bar' }
};

Expand Down

0 comments on commit a52cf20

Please sign in to comment.