Исправлены модели, контроллеры и маршруты для AI-сборки

This commit is contained in:
dimon8
2026-01-12 08:04:42 +00:00
parent 2d98209ce1
commit e7b63f7863
8 changed files with 1 additions and 169 deletions

View File

@@ -37,7 +37,7 @@ export default function AiSuggest() {
}
const response = await axios.post(
'http://localhost:8000/api/ai/suggest',
'http://localhost/api/ai/suggest',
{
task_id: task,
budget: parseFloat(budget),