add support ai-agent
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user