Skip to content

Commit

Permalink
fix: reverted useless changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xeewii committed Jun 13, 2024
1 parent 7ee8846 commit ce31780
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Personaclick private constructor() : SDK() {
const val NOTIFICATION_TYPE: String = "PERSONACLICK_NOTIFICATION_TYPE"
const val NOTIFICATION_ID: String = "PERSONACLICK_NOTIFICATION_ID"
protected const val PREFERENCES_KEY: String = "personaclick.sdk"
protected val API_URL: String = if (BuildConfig.DEBUG) "https://api.rees46.ru/" else "https://api.personaclick.com/"
protected val API_URL: String = if (BuildConfig.DEBUG) "http://192.168.1.8:8080/" else "https://api.personaclick.com/"

fun getInstance() : SDK {
return SDK.getInstance()
Expand Down

0 comments on commit ce31780

Please sign in to comment.