feat: auth & admin
This commit is contained in:
+10
-1
@@ -4,6 +4,15 @@ import { baseQueryWithReauth } from './baseQuery';
|
||||
export const api = createApi({
|
||||
reducerPath: 'api',
|
||||
baseQuery: baseQueryWithReauth,
|
||||
tagTypes: ['Track', 'Album', 'Artist', 'Playlist', 'Download', 'Like', 'User', 'Storage'],
|
||||
tagTypes: [
|
||||
'Track',
|
||||
'Album',
|
||||
'Artist',
|
||||
'Playlist',
|
||||
'Download',
|
||||
'Like',
|
||||
'User',
|
||||
'Storage',
|
||||
],
|
||||
endpoints: () => ({}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user