mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix typo Received Ping
This commit is contained in:
		
							parent
							
								
									a8c7905f6d
								
							
						
					
					
						commit
						ed23feaf3f
					
				@ -252,7 +252,7 @@ class Server {
 | 
				
			|||||||
      res.json(payload)
 | 
					      res.json(payload)
 | 
				
			||||||
    })
 | 
					    })
 | 
				
			||||||
    app.get('/ping', (req, res) => {
 | 
					    app.get('/ping', (req, res) => {
 | 
				
			||||||
      Logger.info('Recieved ping')
 | 
					      Logger.info('Received ping')
 | 
				
			||||||
      res.json({ success: true })
 | 
					      res.json({ success: true })
 | 
				
			||||||
    })
 | 
					    })
 | 
				
			||||||
    app.get('/healthcheck', (req, res) => res.sendStatus(200))
 | 
					    app.get('/healthcheck', (req, res) => res.sendStatus(200))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user