Skip to content

Commit a67b328

Browse files
committed
Updated URL for live api
1 parent 190fd72 commit a67b328

File tree

5 files changed

+2183
-112
lines changed

5 files changed

+2183
-112
lines changed

Angular2/ClientApp/app/components/books/books.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class BooksComponent {
1010
this.http = http;
1111

1212
this.loading = false;
13-
this.baseApiUrl = 'http://dwcheckapi-test.azurewebsites.net/Books/Search?searchString=';
13+
this.baseApiUrl = 'http://dwcheckapi.azurewebsites.net/Books/Search?searchString=';
1414
this.books = null;
1515
this.registerFunctions();
1616
}

Angular2/ClientApp/app/components/characters/characters.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component } from '@angular/core';
1+
import { Component } from '@angular/core';
22
import { Http } from '@angular/http';
33

44
@Component({
@@ -11,7 +11,7 @@ export class CharacterComponent {
1111

1212
this.success = true;
1313
this.loading = false;
14-
this.baseApiUrl = 'http://dwcheckapi-test.azurewebsites.net/Characters/Search?searchString=';
14+
this.baseApiUrl = 'http://dwcheckapi.azurewebsites.net/Characters/Search?searchString=';
1515
this.registerFunctions();
1616
}
1717
// private vars

Angular2/ClientApp/dist/main-server.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)