Skip to content
Snippets Groups Projects
Commit c6bf5c98 authored by paulpestov's avatar paulpestov
Browse files

Update API base URL

parent 37b3cfc2
No related branches found
No related tags found
No related merge requests found
...@@ -214,7 +214,6 @@ const mapMetadata = ({ ...@@ -214,7 +214,6 @@ const mapMetadata = ({
}) => { }) => {
workflow_steps = workflow_steps workflow_steps = workflow_steps
.map(step => { .map(step => {
console.log(step);
const id = step.id; const id = step.id;
const params = Object.keys(step.params).map(paramKey => ({ name: paramKey, value: step.params[paramKey] })); const params = Object.keys(step.params).map(paramKey => ({ name: paramKey, value: step.params[paramKey] }));
......
const baseUrl = 'https://raw.githubusercontent.com/mweidling/quiver-back-end/add-missing-metrics/data'; const baseUrl = 'https://raw.githubusercontent.com/OCR-D/quiver-back-end/main/data';
async function getProjects() { async function getProjects() {
return await request(baseUrl + '/repos.json'); return await request(baseUrl + '/repos.json');
......
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