Skip to content

Commit f2e115b

Browse files
fixed endpoint stackComponents
1 parent 7862cec commit f2e115b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const endpoints = {
3636
StackComponents: {
3737
types: '/component-types',
3838
my: (type: string, project: string): string =>
39-
`/projects/${project}/components?type=${type}`,
39+
`/projects/${project}/components?scope_type=${type}`,
4040
get: (stackComponentId: TId): string => `/components/${stackComponentId}`,
4141
},
4242
runs: {

0 commit comments

Comments
 (0)