Skip to content

Commit

Permalink
feat: update get project by namespace api
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-code committed Oct 11, 2024
1 parent 736eda0 commit cd14630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/features/projectsV2/api/projectV2.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const injectedRtkApi = api.injectEndpoints({
GetProjectsByNamespaceAndSlugApiArg
>({
query: (queryArg) => ({
url: `/projects/${queryArg["namespace"]}/${queryArg.slug}`,
url: `/namespaces/${queryArg["namespace"]}/projects/${queryArg.slug}`,
}),
}),
getProjectsByProjectIdMembers: build.query<
Expand Down

0 comments on commit cd14630

Please sign in to comment.