Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update index.mjs
Browse files
    	
        index.mjs
    CHANGED
    
    | @@ -60,8 +60,8 @@ async function asyncAPICall(data, socket) { | |
| 60 |  | 
| 61 |  | 
| 62 |  | 
| 63 | 
            -
            httpServer.listen( | 
| 64 | 
            -
            console.log("App running on localhost: | 
| 65 |  | 
| 66 |  | 
| 67 |  | 
|  | |
| 60 |  | 
| 61 |  | 
| 62 |  | 
| 63 | 
            +
            httpServer.listen(7860);
         | 
| 64 | 
            +
            console.log("App running on localhost:7860")
         | 
| 65 |  | 
| 66 |  | 
| 67 |  | 
 
			
