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 fc23544 commit 788d50bCopy full SHA for 788d50b
frontend/common/services/useProject.ts
@@ -10,7 +10,7 @@ export const projectService = service
10
getProject: builder.query<Res['project'], Req['getProject']>({
11
providesTags: (res) => [{ id: res?.id, type: 'Project' }],
12
query: (query: Req['getProject']) => ({
13
- url: `projects/${query.id}`,
+ url: `projects/${query.id}/`,
14
}),
15
16
getProjects: builder.query<Res['projects'], Req['getProjects']>({
0 commit comments