This commit is contained in:
GotPPay
2018-01-12 01:56:17 +01:00
parent 4c8c1c5e0e
commit b80843cb97
20 changed files with 482 additions and 453 deletions

View File

@@ -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}`