Weiferl.Frontend/angularapp/src/proxy.conf.js

12 lines
169 B
JavaScript
Raw Permalink Normal View History

2023-07-09 13:12:19 +02:00
const PROXY_CONFIG = [
{
context: [
"/weatherforecast",
],
target: "https://localhost:7281",
secure: false
}
]
module.exports = PROXY_CONFIG;