12 lines
169 B
JavaScript
12 lines
169 B
JavaScript
const PROXY_CONFIG = [
|
|
{
|
|
context: [
|
|
"/weatherforecast",
|
|
],
|
|
target: "https://localhost:7281",
|
|
secure: false
|
|
}
|
|
]
|
|
|
|
module.exports = PROXY_CONFIG;
|