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

@@ -14,7 +14,7 @@ private const val BASE_TIMEOUT = 30L
@InstallIn(SingletonComponent::class) @InstallIn(SingletonComponent::class)
object AppConfigModule { object AppConfigModule {
private const val BASE_URL_PROD = "https://tulsu.ru/schedule/queries/" private const val BASE_URL_PROD = "https://tulsu.ru/"
private const val BASE_URL_DEVELOP = "https://scherbatykh.ru/app/tsudesk/" private const val BASE_URL_DEVELOP = "https://scherbatykh.ru/app/tsudesk/"
@Provides @Provides

View File

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