fix(gui): handle api base url

Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
This commit is contained in:
Pranav C Balan
2021-06-11 20:02:14 +05:30
parent ddac45b549
commit a59e21e299
2 changed files with 0 additions and 5 deletions

View File

@@ -32,7 +32,6 @@ export default class GqlApi {
url,
method: 'post',
data: params,
baseURL: process.env.NODE_ENV === 'production' ? '/' : 'http://localhost:8080/'
})
}