Skip to content

Commit

Permalink
Merge branch 'feat/#65/fix-admin-info' of https://github.com/BCSDLab/…
Browse files Browse the repository at this point in the history
…KOIN_ADMIN_V2 into feat/#65/fix-admin-info
  • Loading branch information
Gwak-Seungju committed Nov 26, 2024
2 parents 84fe8e1 + ef8c3be commit 2aa11b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/api/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const authApi = createApi({

getAdminInfo: builder.query<AdminInfo, void>({
query: () => ({
url: '',
url: 'admin',
}),
providesTags: [{ type: 'admin', id: 'ADMIN' }],
}),
Expand Down

0 comments on commit 2aa11b5

Please sign in to comment.