Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hars-21 authored Sep 23, 2024
1 parent 4b9a03b commit 651dd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
plugins: [react()],
server: {
proxy: {
"/api": "http://localhost:3000",
"/api": "https://lecturax-api.onrender.com/",
},
},
});

0 comments on commit 651dd45

Please sign in to comment.