Add simply example for retrieving data from the api
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-13 20:13:06 +02:00
parent f00e3cdb6a
commit 5727707cce
5 changed files with 89 additions and 22 deletions

View File

@@ -0,0 +1,11 @@
module.exports = {
"/api": {
target:
process.env["services__Vegasco-Server-Api__https__0"] ||
process.env["services__Vegasco-Server-Api__http__0"],
secure: process.env["NODE_ENV"] !== "development",
pathRewrite: {
"^/api": "",
},
},
};