Skip to content

Commit

Permalink
feat: delete the added model infiniflow#503 and display an error mess…
Browse files Browse the repository at this point in the history
…age when the requested file fails to parse infiniflow#684  (infiniflow#708)

### What problem does this PR solve?

feat: delete the added model infiniflow#503
feat: display an error message when the requested file fails to parse
infiniflow#684

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
  • Loading branch information
cike8899 committed May 10, 2024
1 parent bef1bbd commit d65ba3e
Show file tree
Hide file tree
Showing 28 changed files with 3,521 additions and 4,539 deletions.
2 changes: 1 addition & 1 deletion web/.umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineConfig({
devtool: 'source-map',
proxy: {
'/v1': {
target: 'http://123.60.95.134:9380/',
target: '',
changeOrigin: true,
// pathRewrite: { '^/v1': '/v1' },
},
Expand Down
Loading

0 comments on commit d65ba3e

Please sign in to comment.