|  |  | @ -50,6 +50,5 @@ app.post('/api/create-order', async (req, res) => { | 
			
		
	
		
		
			
				
					
					|  |  |  | }); |  |  |  | }); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | app.listen(process.env.SERVER_PORT || 5000, () => { |  |  |  | app.listen(process.env.SERVER_PORT || 5000, () => { | 
			
		
	
		
		
			
				
					
					|  |  |  |   console.log('test', process.env.SERVER_PORT); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |   console.log(`Server running on port ${process.env.SERVER_PORT || 5000}`); |  |  |  |   console.log(`Server running on port ${process.env.SERVER_PORT || 5000}`); | 
			
		
	
		
		
			
				
					
					|  |  |  | }); |  |  |  | }); |