Merge remote-tracking branch 'origin/master'
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Jenkins Production Deployment
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Jenkins Production Deployment
				
			This commit is contained in:
		
						commit
						415b4ba640
					
				
							
								
								
									
										2
									
								
								app.ts
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								app.ts
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -19,7 +19,7 @@ routes.push(new GeneralInfoRoutes(app));
 | 
			
		|||
 | 
			
		||||
// this is a simple route to make sure everything is working properly
 | 
			
		||||
app.get('/', (req: express.Request, res: express.Response) => {
 | 
			
		||||
    res.status(200).send('Welcome to the Pluto Development REST API!');
 | 
			
		||||
    res.status(200).send('Welcome to the Pluto Development REST API V2!');
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
server.listen(port, () => {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user