Initial push to my private server
This commit is contained in:
@@ -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,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user