update base and schedule url
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user