feat:增加美食分析助手

This commit is contained in:
2026-07-04 20:25:51 +08:00
parent 0ec0bba2fa
commit 3535d33c4b
7 changed files with 254 additions and 83 deletions

View File

@@ -31,6 +31,10 @@ server {
proxy_pass http://host.docker.internal:3000/;
}
location /agent-api/ {
proxy_pass http://host.docker.internal:8000/;
}
location / {
try_files $uri $uri/ =404;
}