We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1585647 commit 2b77041Copy full SHA for 2b77041
src/features/contribute/morphology/_components/components.tsx
@@ -127,7 +127,7 @@ const processData = async (token: string): Promise<string | null> => {
127
Authorization: `Bearer ${token}`,
128
};
129
130
- const urlSpecies = 'https://staging.openbraininstitute.org/api/entitycore/subject';
+ const urlSpecies = 'https://staging.openbraininstitute.org/api/entitycore/species';
131
const urlStrain = 'https://staging.openbraininstitute.org/api/entitycore/strain';
132
133
let jsonDataSpecies: SpeciesData = { data: [] };
0 commit comments