Skip to content
Snippets Groups Projects
Commit 9bcf201d authored by esikkala's avatar esikkala
Browse files

Use ldf.fi endpoint

parent 7bab17cf
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,6 @@ class EventsPageTable extends React.Component {
render = () => {
const { classes, data } = this.props;
console.log(data.type.id)
return(
<Table className={classes.table}>
<TableBody>
......@@ -111,7 +110,7 @@ class EventsPageTable extends React.Component {
expanded={true}
/>
</TableRow>
</React.Fragment>
</React.Fragment>
}
<TableRow key='source'>
<TableCell>Source</TableCell>
......
//export const endpoint = 'http://ldf.fi/mmm-cidoc/sparql';
export const endpoint = 'http://localhost:3050/ds/sparql';
export const endpoint = 'http://ldf.fi/mmm-cidoc/sparql';
// export const endpoint = 'http://localhost:3050/ds/sparql';
export const instanceQuery = `
SELECT * {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment