mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 17:56:54 +00:00
fix: hardcoded baseurl - ref to #264
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ export default class GqlApi {
|
||||
|
||||
post(url, params) {
|
||||
return this.$axios({
|
||||
url,
|
||||
url: `${this.$axios.defaults.baseURL}/${url}`,
|
||||
method: 'post',
|
||||
data: params,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user