add support ai-agent

This commit is contained in:
Max
2025-06-12 20:58:54 +03:00
parent 7ecb73ac6e
commit ec6b30e220
7 changed files with 2611 additions and 116 deletions

View File

@@ -1,5 +1,3 @@
const fetch = require('node-fetch');
const getSupabaseUrl = async () => {
const response = await fetch('https://admin.bro-js.ru/api/config/v1/dev');
const data = await response.json();