update request.sj
This commit is contained in:
		@@ -8,7 +8,8 @@ import merge from 'lodash/merge'
 | 
			
		||||
 | 
			
		||||
const http = axios.create({
 | 
			
		||||
  // baseURL: window.SITE_CONFIG['apiURL'],
 | 
			
		||||
  baseURL: '/yd-monitor',
 | 
			
		||||
  baseURL: '/api',
 | 
			
		||||
  // baseURL: '/yd-monitor',
 | 
			
		||||
  // baseURL: process.env.NODE_ENV === 'production' ? '/api' : '/yd-monitor',
 | 
			
		||||
  timeout: 1000 * 180,
 | 
			
		||||
  withCredentials: true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user