Skip to content

Commit 33b630a

Browse files
committed
https
1 parent d3b7237 commit 33b630a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { HTTPOriginal } from '@awesome-cordova-plugins/http';
1010
export class AppComponent {
1111
text: string = ";"
1212
constructor(private http: HttpClient) {
13-
http.get<any>("http://195.35.36.71:8080/api/usuario/1").subscribe(data => {
13+
http.get<any>("https://elbuledomino.com:8080/api/usuario/1").subscribe(data => {
1414
this.text = data.nombre as string
1515
console.log(data)
1616
})

0 commit comments

Comments
 (0)