Merge branch 'develop' of https://github.com/finocd2la/TSUDesk into feature/news-ui

This commit is contained in:
Shcherbatykh Oleg
2026-02-27 11:32:55 +03:00
3 changed files with 4 additions and 4 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 {