at the end of the day, it was inevitable
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import {createApi} from '../common/Common'
|
||||
|
||||
const baseUrl = '/api/v1/notifications/themes'
|
||||
|
||||
export const getDefaultItem = createApi('GET', baseUrl + '/default', {
|
||||
inputData: (data) => data
|
||||
})
|
||||
Reference in New Issue
Block a user