feat(app): lint and beautify
This commit is contained in:
parent
db7407bfac
commit
2c5ca94b3c
2 changed files with 46 additions and 46 deletions
|
@ -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.' });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue