/**
* @file Definition of api URLs for the SPARQL calls
* @module @@constants/api
*/
const root = 'https://simplod.herokuapp.com';
export const sparqlProxy = `${root}/sparql`;
export const humanReadableData = `${root}/getData`;
export const useProxy = true;