add reducer path to routing api (#2541)
This commit is contained in:
parent
3e36281f77
commit
15345690e3
@ -5,6 +5,7 @@ import qs from 'qs'
|
|||||||
import { GetQuoteResult } from './types'
|
import { GetQuoteResult } from './types'
|
||||||
|
|
||||||
export const routingApi = createApi({
|
export const routingApi = createApi({
|
||||||
|
reducerPath: 'routingApi',
|
||||||
baseQuery: fetchBaseQuery({
|
baseQuery: fetchBaseQuery({
|
||||||
baseUrl: 'https://api.uniswap.org/v1/',
|
baseUrl: 'https://api.uniswap.org/v1/',
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user