Skip to content

Commit

Permalink
chore: use local js backend for chat api
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Aug 31, 2023
1 parent 088286f commit 5045355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default defineConfig({
server: {
proxy: {
"/ask": "http://localhost:50505",
"/chat": "http://localhost:50505"
"/chat": "http://localhost:3000"
}
}
});

0 comments on commit 5045355

Please sign in to comment.