...
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import fetch from 'isomorphic-fetch';
|
||||
import {BASE_URL} from '../config';
|
||||
import {BASE_URL} from '../config/config';
|
||||
|
||||
export const getAllIntents = (id)=>{
|
||||
let url = `http://${BASE_URL}/intents/${id}`
|
||||
|
||||
Reference in New Issue
Block a user