15 lines
		
	
	
		
			239 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			239 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "/api": {
 | 
						|
    "target": "http://localhost:8080",
 | 
						|
    "secure": false
 | 
						|
  },
 | 
						|
  "/static/rulenode": {
 | 
						|
    "target": "http://localhost:8080",
 | 
						|
    "secure": false
 | 
						|
  },
 | 
						|
  "/api/ws": {
 | 
						|
    "target": "ws://localhost:8080",
 | 
						|
    "ws": true
 | 
						|
  }
 | 
						|
}
 |