small changes

This commit is contained in:
overcuriousity
2025-08-15 22:43:40 +02:00
parent 182b9d01f9
commit 88cf682790
12 changed files with 985 additions and 202486 deletions

View File

@@ -1,5 +1,4 @@
// src/pages/api/ai/enhance-input.ts - Enhanced AI service compatibility
import type { APIRoute } from 'astro';
import { withAPIAuth } from '../../../utils/auth.js';
import { apiError, apiServerError, createAuthErrorResponse } from '../../../utils/api.js';

View File

@@ -1,5 +1,4 @@
// src/pages/api/ai/query.ts
import type { APIRoute } from 'astro';
import { withAPIAuth } from '../../../utils/auth.js';
import { apiError, apiServerError, createAuthErrorResponse } from '../../../utils/api.js';