We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b7237 commit 33b630aCopy full SHA for 33b630a
src/app/app.component.ts
@@ -10,7 +10,7 @@ import { HTTPOriginal } from '@awesome-cordova-plugins/http';
10
export class AppComponent {
11
text: string = ";"
12
constructor(private http: HttpClient) {
13
- http.get<any>("http://195.35.36.71:8080/api/usuario/1").subscribe(data => {
+ http.get<any>("https://elbuledomino.com:8080/api/usuario/1").subscribe(data => {
14
this.text = data.nombre as string
15
console.log(data)
16
})
0 commit comments