Skip to content

Commit

Permalink
Move external api from dsop.online to den4iksop.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Den4ikSuperOstryyPer4ik committed Nov 28, 2024
1 parent 9468e5c commit 9113633
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object NetworkService {
**/
object ExternalIntegrationConfig {
const val BOT_AUTH_URL =
"https://octodiary.dsop.online/redir2bot?token=%s&system=%s&test=%s"
"https://octodiary.den4iksop.org/redir2bot?token=%s&system=%s&test=%s"
const val TELEGRAM_CHANNEL_URL = "https://t.me/OctoDiary"
const val TELEGRAM_REPORT_URL = "https://t.me/OctoDiaryBot?start=feedback"
const val TELEGRAM_BOT_URL = "https://t.me/OctoDiaryBot"
Expand All @@ -69,7 +69,7 @@ object NetworkService {
const val MOSREG_SCHOOL_API = "https://api.myschool.mosreg.ru/"
const val MOSREG_DNEVNIK = "https://myschool.mosreg.ru/"

const val EXTERNAL_API = "https://octodiary.dsop.online/"
const val EXTERNAL_API = "https://octodiary.den4iksop.org/"
}

private inline fun <reified T> baseApiConstructor(baseUrl: String): T {
Expand Down

0 comments on commit 9113633

Please sign in to comment.