feat(settings): add settings route and API updates\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { settingsService } from '../../../lib/settings.server';
|
||||
import { test, expect } from 'vitest';
|
||||
import { settingsService } from '../../../../lib/settings.server';
|
||||
|
||||
test('settings API helper behavior', async () => {
|
||||
const key = 'api_test_' + Date.now();
|
||||
|
||||
Reference in New Issue
Block a user