We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e587c commit f9ac5fcCopy full SHA for f9ac5fc
src/apis.js
@@ -1,6 +1,6 @@
1
import axios from 'axios'
2
3
-const baseAPI = '/v3/kafka'
+const baseAPI = 'v3/kafka'
4
5
const httpGet = (api, params) => (
6
axios.get(
0 commit comments