Remove comments
This commit is contained in:
@@ -13,7 +13,7 @@ export class LeadsService {
|
||||
private readonly PYTHON_API = 'http://localhost:8000';
|
||||
|
||||
async getAllLeads() {
|
||||
const response = await axios.get(`${this.PYTHON_API}/leads`);
|
||||
const response = await axios.get(`${this.PYTHON_API}/leads/ibm`);
|
||||
return response.data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user