mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-26 18:06:03 +00:00
chore: update webpack proxy configuration context from /api
to /api/
(#17038)
This commit is contained in:
parent
f845663317
commit
cfc419fff4
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user