🧹
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { Client } from '../types'
|
||||
import axios from 'axios'
|
||||
import settings from '../settings'
|
||||
|
||||
if (settings.env === 'jank') {
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
const host = 'http://192.168.1.107:5000'
|
||||
axios.defaults.baseURL = host
|
||||
}
|
||||
|
Reference in New Issue
Block a user