wanjingy.github.io
/
hw8
/
frontend
/
proxy.config.json
proxy.config.json
Raw
{
"/api"
:
{
"target"
:
"http://localhost:8080"
,
"secure"
:
false
,
"pathRewrite"
:
{
"^/api"
:
""
}
}
}