Initial push to my private server

This commit is contained in:
Hamza-Ayed
2025-09-21 15:02:12 +03:00
parent 7e904ae460
commit f08ee61a7e
32 changed files with 1622 additions and 373 deletions

View File

@@ -109,8 +109,7 @@ class LocationController extends GetxController {
// ✅ تحديث للسيرفر
await CRUD().post(
link:
box.read(BoxName.serverChosen) + '/ride/location/update.php',
link: '${AppLink.server}/ride/location/update.php',
payload: payload,
);
@@ -141,7 +140,7 @@ class LocationController extends GetxController {
if (_insertCounter == 12) {
_insertCounter = 0;
await CRUD().post(
link: box.read(BoxName.serverChosen) + '/ride/location/add.php',
link: '${AppLink.server}/ride/location/add.php',
payload: payload,
);
}