update edit value UI
This commit is contained in:
		
							parent
							
								
									4d7ec55456
								
							
						
					
					
						commit
						d9eb50d6e5
					
				| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
// const API = process.env.REACT_APP_API_SERVER_ADDRESS;
 | 
			
		||||
const API = "http://localhost:3333/api";
 | 
			
		||||
const API = process.env.REACT_APP_API_SERVER_ADDRESS;
 | 
			
		||||
// const API = "http://localhost:3333/api";
 | 
			
		||||
export const getKeyValues = API + "/getKeyValue";
 | 
			
		||||
export const deleteValue = API + "/deleteValue";
 | 
			
		||||
export const addKeyValue = API + "/addValue";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue