Skip to content

Commit

Permalink
feat(#95) reset apiurl to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperobertgh committed Jul 30, 2018
1 parent af464e5 commit 533dab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/Base/http.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {HttpClient, HttpErrorResponse, HttpHeaders} from '@angular/common/http';
@Injectable()
export class HttpService {
//private apiUrl = 'https://survipreventiontest.cauca.ca/api/';
private apiUrl = 'http://10.10.33.103:5555/api/';
private apiUrl = 'http://localhost:5555/api/';

constructor(private client: HttpClient,) {
}
Expand Down

0 comments on commit 533dab8

Please sign in to comment.