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 355c642 commit af0077eCopy full SHA for af0077e
src/features/api/apiSlice.ts
@@ -48,7 +48,7 @@ export const apiSlice = createApi({
48
query: (url) => ({
49
url: '/institute',
50
params: {
51
- url: url
+ institute: url
52
},
53
method: 'GET',
54
})
0 commit comments