Commit df96f8a7 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Point rest urls to 'open'

parent 7f86898d
......@@ -30,7 +30,7 @@ class AppModule {
// TODO remove
// TODO: From where should we get the url here?
restUrl = "https://unstable.rocket.chat"
restUrl = "https://open.rocket.chat"
}
}
......
......@@ -56,7 +56,7 @@ class PushModule(val context: FirebaseTokenService) {
fun provideRocketChatClient(okHttpClient: OkHttpClient, repository: TokenRepository, logger: PlatformLogger): RocketChatClient {
return RocketChatClient.create {
httpClient = okHttpClient
restUrl = "https://unstable.rocket.chat"
restUrl = "https://open.rocket.chat"
tokenRepository = repository
platformLogger = logger
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment