This commit is contained in:
Simon Lübeß
2025-05-20 16:58:17 +02:00
parent e2764bd984
commit aeb0b87351
8 changed files with 584 additions and 75 deletions

View File

@ -47,7 +47,7 @@ export default defineConfig({
},
server: {
proxy: {
'^/weatherforecast': {
'^/ephemeral_token': {
target,
secure: false
}