Skip to content

Commit 2b77041

Browse files
authored
Update components.tsx
1 parent 1585647 commit 2b77041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/contribute/morphology/_components/components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const processData = async (token: string): Promise<string | null> => {
127127
Authorization: `Bearer ${token}`,
128128
};
129129

130-
const urlSpecies = 'https://staging.openbraininstitute.org/api/entitycore/subject';
130+
const urlSpecies = 'https://staging.openbraininstitute.org/api/entitycore/species';
131131
const urlStrain = 'https://staging.openbraininstitute.org/api/entitycore/strain';
132132

133133
let jsonDataSpecies: SpeciesData = { data: [] };

0 commit comments

Comments
 (0)