mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 13:27:01 +00:00
fix(gui): handle api base url
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
This commit is contained in:
@@ -32,7 +32,6 @@ export default class GqlApi {
|
||||
url,
|
||||
method: 'post',
|
||||
data: params,
|
||||
baseURL: process.env.NODE_ENV === 'production' ? '/' : 'http://localhost:8080/'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user