chore: update webpack proxy configuration context from /api to /api/ (#17038)

This commit is contained in:
Sachin Chaurasiya 2024-07-16 14:00:37 +05:30 committed by GitHub
parent f845663317
commit cfc419fff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -257,7 +257,7 @@ module.exports = {
// Proxy configuration // Proxy configuration
proxy: [ proxy: [
{ {
context: '/api', context: '/api/',
target: 'http://localhost:8585/', target: 'http://localhost:8585/',
changeOrigin: true, changeOrigin: true,
}, },