Fix trips on entry page, correct order of trips on dashboard and trip page, move to prod api
Some checks failed
Release / meta (push) Successful in 17s
Release / linux-build (push) Successful in 1m33s
Release / android-build (push) Successful in 15m28s
Release / release-dev (push) Failing after 4s
Release / release-master (push) Successful in 29s

This commit is contained in:
2025-12-12 09:17:18 +00:00
parent 53eaf0b4af
commit 292163bda6
6 changed files with 180 additions and 110 deletions

View File

@@ -24,7 +24,7 @@ void main() {
providers: [
Provider<ApiService>(
create: (_) {
api = ApiService(baseUrl: 'https://dev.mileograph.co.uk/api/v1');
api = ApiService(baseUrl: 'https://mileograph.co.uk/api/v1');
return api;
},
),