v1.4.6+67
All checks were successful
Flutter Schmutter / build (push) Successful in 3m46s

This commit is contained in:
2025-06-23 02:51:49 +02:00
parent e30635304b
commit 405d388db0
4 changed files with 104 additions and 58 deletions

View File

@ -31,7 +31,7 @@ class ApiService extends GetConnect {
}
final Response<dynamic> response = await get(
'https://api.f0ck.me/items_new/get',
'https://api.f0ck.me/items/get',
query: params,
headers: headers,
);