update base and schedule url

This commit is contained in:
Shcherbatykh Oleg
2026-02-27 11:31:22 +03:00
parent aaed01bd12
commit aff43c61a0
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ package ru.fincode.tsudesk.feature.schedule.data.remote
object ScheduleApiContract {
object Path {
const val GET_SCHEDULE_METHOD = "GetSchedule.php"
const val GET_SCHEDULE_METHOD = "schedule/queries/GetSchedule.php"
}
object Query {