Skip to content

Commit

Permalink
add rolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Feb 6, 2025
1 parent def584d commit 9edb414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/chatApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const chatApi = createApi({
}),
endpoints: (builder) => ({
getChannels: builder.query({ // Каналы
query: () => '/channel',
query: () => '/channels',
providesTags: ['Channels'],
}),
addChannel: builder.mutation ({
Expand Down

0 comments on commit 9edb414

Please sign in to comment.