mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-24 18:23:05 +08:00
7 lines
86 B
JavaScript
7 lines
86 B
JavaScript
// DIFY 的 base url 地址
|
|
const DIFY_URL = '/dify'
|
|
|
|
module.exports = {
|
|
DIFY_URL
|
|
}
|