Project started 🥂
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { createApi } from '@reduxjs/toolkit/query/react';
|
||||
import { baseQueryWithReauth } from './baseQuery';
|
||||
|
||||
export const api = createApi({
|
||||
reducerPath: 'api',
|
||||
baseQuery: baseQueryWithReauth,
|
||||
tagTypes: ['Track', 'Album', 'Artist', 'Playlist', 'Download', 'Like', 'User', 'Storage'],
|
||||
endpoints: () => ({}),
|
||||
});
|
||||
Reference in New Issue
Block a user