Skip to content

Commit

Permalink
Add path for attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
cpbotha committed Jul 8, 2023
1 parent 9a28799 commit 4b1a366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fe/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({
proxy: {
// string shorthand: http://localhost:5173/foo -> http://localhost:4567/foo
"/api": "http://localhost:8000",
"/orc-files": "http://localhost:8000",
},
// https: {
// key: "../localhost-key.pem",
Expand Down

0 comments on commit 4b1a366

Please sign in to comment.