Do the thing ;-)

This commit is contained in:
2024-02-05 21:33:40 +01:00
parent be931262c2
commit 00f91888f7
11 changed files with 5555 additions and 109 deletions

View File

@@ -46,7 +46,7 @@ export default defineConfig({
},
server: {
proxy: {
'^/weatherforecast': {
'^/(add|multiply|subtract|divide)': {
target: 'https://localhost:7102/',
secure: false
}