Revert "Feat: Scrolling knowledge base list #3695" (#3708)

Reverts infiniflow/ragflow#3703
This commit is contained in:
Kevin Hu
2024-11-28 11:44:23 +08:00
committed by GitHub
parent 52b3492b18
commit 9f57534843
11 changed files with 36 additions and 155 deletions

View File

@ -34,7 +34,7 @@ export default defineConfig({
proxy: [
{
context: ['/api', '/v1'],
target: 'http://127.0.0.1:9380/',
target: 'http://127.0.0.1:9456/',
changeOrigin: true,
ws: true,
logger: console,