Weiferl.Frontend/angularapp/src/proxy.conf.js
2023-07-09 13:12:19 +02:00

12 lines
169 B
JavaScript

const PROXY_CONFIG = [
{
context: [
"/weatherforecast",
],
target: "https://localhost:7281",
secure: false
}
]
module.exports = PROXY_CONFIG;