Use correct API endpoint...

This commit is contained in:
Roland Geider
2025-08-21 15:47:47 +02:00
parent 1787d5dd4c
commit c4aff2f1cf

View File

@@ -59,7 +59,7 @@ class RoutinesProvider with ChangeNotifier {
static const _routineConfigRepetitions = 'repetitions-config';
static const _routineConfigMaxRepetitions = 'max-repetitions-config';
static const _routineConfigRir = 'rir-config';
static const _routineConfigMaxRir = 'rest-config';
static const _routineConfigMaxRir = 'max-rir-config';
static const _routineConfigRestTime = 'rest-config';
static const _routineConfigMaxRestTime = 'max-rest-config';