Skip to content

Commit af0077e

Browse files
committed
Update apiSlice.ts
1 parent 355c642 commit af0077e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/api/apiSlice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const apiSlice = createApi({
4848
query: (url) => ({
4949
url: '/institute',
5050
params: {
51-
url: url
51+
institute: url
5252
},
5353
method: 'GET',
5454
})

0 commit comments

Comments
 (0)