mirror of
				https://github.com/ItzCrazyKns/Perplexica.git
				synced 2025-11-04 04:38:15 +00:00 
			
		
		
		
	feat(app): lint and beautify
This commit is contained in:
		@@ -54,7 +54,7 @@ router.get('/', async (_, res) => {
 | 
			
		||||
    config['anthropicApiKey'] = getAnthropicApiKey();
 | 
			
		||||
    config['groqApiKey'] = getGroqApiKey();
 | 
			
		||||
    config['geminiApiKey'] = getGeminiApiKey();
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    res.status(200).json(config);
 | 
			
		||||
  } catch (err: any) {
 | 
			
		||||
    res.status(500).json({ message: 'An error has occurred.' });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user