updating uptime

This commit is contained in:
2026-06-24 10:48:59 +02:00
parent a79cfadf51
commit 9e55ec1097
3 changed files with 18 additions and 3 deletions

13
.vscode/launch.json vendored
View File

@@ -4,7 +4,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
{
"name": "qpay",
"request": "launch",
"type": "dart",
@@ -15,6 +15,17 @@
"--dart-define=BASE_URL=http://localhost:6950/api"
]
},
{
"name": "qpay - live",
"request": "launch",
"type": "dart",
"deviceId": "chrome",
"args": [
"--dart-define=APP_ENV=live",
"--web-port=9005",
"--dart-define=BASE_URL=https://payapi.velocityafrica.net/api"
]
},
]
}