Update API proxy path (#23153)

Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
This commit is contained in:
satish 2025-09-02 23:46:15 +05:30 committed by GitHub
parent 0e3a550c95
commit dbb44a49d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@ export default defineConfig(({ mode }) => {
port: 3000,
open: true,
proxy: {
'/api': {
'/api/': {
target: devServerTarget,
changeOrigin: true,
},