We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7228b commit c2f5fe3Copy full SHA for c2f5fe3
src/app/services/apicartosp.service.ts
@@ -7,7 +7,7 @@ import { Observable } from 'rxjs';
7
})
8
export class ApicartospService {
9
10
- private apiUrl = 'http://localhost:8000/api';
+ private apiUrl = '/api';
11
12
constructor(private http: HttpClient) {}
13
0 commit comments